aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2009-11-17 18:27:58 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-11-17 18:27:58 +0800
commit8bc927ba13e76d0d3955acb71651449bbab90591 (patch)
tree719c9ff71cfd2878cbc3f58f367f54be9e0daecd
parent6f9fe3b417a3870ce48288f1273843af05d39624 (diff)
downloadgsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.tar
gsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.tar.gz
gsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.tar.bz2
gsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.tar.lz
gsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.tar.xz
gsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.tar.zst
gsoc2013-empathy-8bc927ba13e76d0d3955acb71651449bbab90591.zip
Disable single include
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index a1c4f7b23..a72c6f7ad 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,10 +49,10 @@ NAUTILUS_SENDTO_REQUIRED=2.28.0.1
# Use --enable-maintainer-mode to disabled deprecated symbols
GNOME_MAINTAINER_MODE_DEFINES
-# Uncomment that to build with single include disabled
-#AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib])
-#AC_DEFINE(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GDK pixbuf])
-#AC_DEFINE(GTK_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GTK])
+# Warning if GLib/GDK/GTK headers are included
+AC_DEFINE(G_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GLib])
+AC_DEFINE(GDK_PIXBUF_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GDK pixbuf])
+AC_DEFINE(GTK_DISABLE_SINGLE_INCLUDES, [], [Disable single includes for GTK])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])