aboutsummaryrefslogtreecommitdiffstats
path: root/aclocal-fallback/gtk-2.0.m4
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2007-07-20 19:11:57 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2007-07-20 19:11:57 +0000
commitead6372797ed92b7110700b11e748365fc045cf4 (patch)
treeebe590fee820e3a67c71400a19eab49035339fe9 /aclocal-fallback/gtk-2.0.m4
parent3b6cd9fc9118b11829b62480cf7da3483034727b (diff)
From Jess Balint: modern versions of pkg-config want --cflags or --libs *before* the library we're asking about
svn path=/trunk/; revision=22365
Diffstat (limited to 'aclocal-fallback/gtk-2.0.m4')
-rw-r--r--aclocal-fallback/gtk-2.0.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/aclocal-fallback/gtk-2.0.m4 b/aclocal-fallback/gtk-2.0.m4
index 36a1f9f760..519c46669e 100644
--- a/aclocal-fallback/gtk-2.0.m4
+++ b/aclocal-fallback/gtk-2.0.m4
@@ -56,8 +56,8 @@ AC_ARG_ENABLE(gtktest, [ --disable-gtktest do not try to compile and run
fi
if test x"$no_gtk" = x ; then
- GTK_CFLAGS=`$PKG_CONFIG $pkg_config_args --cflags`
- GTK_LIBS=`$PKG_CONFIG $pkg_config_args --libs`
+ GTK_CFLAGS=`$PKG_CONFIG --cflags $pkg_config_args`
+ GTK_LIBS=`$PKG_CONFIG --libs $pkg_config_args`
gtk_config_major_version=`$PKG_CONFIG --modversion gtk+-2.0 | \
sed 's/\([[0-9]]*\).\([[0-9]]*\).\([[0-9]]*\)/\1/'`
gtk_config_minor_version=`$PKG_CONFIG --modversion gtk+-2.0 | \