build: PKG_CHECK_CONFIG already does AC_SUBST
authorJens Georg <mail@jensge.org>
Sun, 20 Feb 2011 00:52:11 +0000 (01:52 +0100)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 21 Feb 2011 18:56:29 +0000 (20:56 +0200)
configure.ac

index 2474392..fa265ae 100644 (file)
@@ -117,8 +117,6 @@ if test x$try_ui = xyes ; then
     dnl check for gtk
     PKG_CHECK_MODULES(GTK, gtk+-3.0 >= $GTK_REQUIRED,
       [
-        AC_SUBST(GTK_CFLAGS)
-        AC_SUBST(GTK_LIBS)
         if test x$enable_vala = xyes ; then
                 VALA_CHECK_PACKAGES([gtk+-3.0], [HAVE_GTK=yes])
         else