[gnome-color-manager] Do not build with G_DISABLE_DEPRECATED for our future sanity



commit bea34c9426437d620d370afdaf5f7a192a9f8fdb
Author: Richard Hughes <richard hughsie com>
Date:   Fri Jul 29 09:27:31 2011 +0100

    Do not build with G_DISABLE_DEPRECATED for our future sanity

 configure.ac |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 02ad961..2d69b4b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,6 @@ fi
 AC_ARG_ENABLE(strict, AS_HELP_STRING([--enable-strict],[Enable strict compilation options]), enable_strict=$enableval,
 					enable_strict=$default_strict)
 if test x$enable_strict != xno; then
-	CPPFLAGS="$CPPFLAGS -DG_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
-	CPPFLAGS="$CPPFLAGS -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED"
-	CPPFLAGS="$CPPFLAGS -DGSEAL_ENABLE"
 	if test "$GCC" = "yes"; then
 		CPPFLAGS="$CPPFLAGS -Werror"
 	fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]