summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjacob berkman <jacob@ximian.com>2002-03-06 01:49:42 +0000
committerJacob Berkman <jberkman@src.gnome.org>2002-03-06 01:49:42 +0000
commitfdd4a3bd1ddd68f7e0cb9921cf1e75ee32d6cea8 (patch)
tree1654441b477cb8e7a1071c743b14a627e81dfc68 /configure.in
parent942e5f6459922308bb91c0f7c24875a57a70f617 (diff)
downloadgnome-control-center-fdd4a3bd1ddd68f7e0cb9921cf1e75ee32d6cea8.tar.gz
remove -I intl
2002-03-05 jacob berkman <jacob@ximian.com> * configure.in (EXTRA_CFLAGS): remove -I intl
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index bb33bb385..c76428254 100644
--- a/configure.in
+++ b/configure.in
@@ -80,7 +80,7 @@ dnl ==============================================
COMMON_CFLAGS="-I\$(top_srcdir)/capplets/common"
COMMON_LIBS="\$(top_builddir)/capplets/common/libcommon.a"
-EXTRA_CFLAGS="-I\$(top_srcdir)/intl -I\$(top_srcdir)/ -DG_LOG_DOMAIN=\"\\\"\$(cappletname)-properties\\\"\" -DGNOMELOCALEDIR=\"\\\"${datadir}/locale\\\"\""
+EXTRA_CFLAGS="-I\$(top_srcdir)/ -DG_LOG_DOMAIN=\"\\\"\$(cappletname)-properties\\\"\" -DGNOMELOCALEDIR=\"\\\"${datadir}/locale\\\"\""
GNOMECC_CAPPLETS_CFLAGS="${CAPPLET_CFLAGS} ${EXTRA_CFLAGS} ${COMMON_CFLAGS}"
GNOMECC_CAPPLETS_LIBS="${CAPPLET_LIBS} ${COMMON_LIBS}"