summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2004-09-10 15:19:52 +0000
committerChristophe Fergeau <teuf@gnome.org>2004-09-10 15:19:52 +0000
commit8f72ed80eaeb68e123096f3ff64032f1b02f2aa3 (patch)
treea8f7b27297cda68979494f6a1391c3a893b21f16 /configure.in
parent47fe53196bc53424f96b29af488b672ccf176be1 (diff)
downloadshared-mime-info-8f72ed80eaeb68e123096f3ff64032f1b02f2aa3.tar.gz
2004-09-10 Nico R. <n-roeser@gmx.net>
* configure.in: fix substitution of ALL_CFLAGS and ALL_LIBS
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 038d6511..0bfd428a 100644
--- a/configure.in
+++ b/configure.in
@@ -23,8 +23,8 @@ dnl Check pkg-config is installed
PKG_CHECK_MODULES(ALL, \
libxml-2.0 >= 2.4 \
glib-2.0 >= 2.0.0)
-AC_SUBST (ALL_CFLAGS)
-AC_SUBST (ALL_LIBS)
+AC_SUBST(ALL_CFLAGS)
+AC_SUBST(ALL_LIBS)
dnl Use -Wall, etc if possible
[