diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-11-17 18:27:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-11-17 18:27:58 +0800 |
commit | 8bc927ba13e76d0d3955acb71651449bbab90591 (patch) | |
tree | 719c9ff71cfd2878cbc3f58f367f54be9e0daecd /configure.ac | |
parent | 6f9fe3b417a3870ce48288f1273843af05d39624 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
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]) |