removed G*_DISABLE_SINGLE_INCLUDES until we depend on newer versions of

2008-09-18  Sven Neumann  <sven@gimp.org>

	* configure.in (CPPFLAGS): removed G*_DISABLE_SINGLE_INCLUDES 
until
	we depend on newer versions of GLib and GTK+. Fixes bug #552669.


svn path=/trunk/; revision=26981
This commit is contained in:
Sven Neumann 2008-09-17 22:15:29 +00:00 committed by Sven Neumann
parent 891115e689
commit 3121a0f9d0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-09-18 Sven Neumann <sven@gimp.org>
* configure.in (CPPFLAGS): removed G*_DISABLE_SINGLE_INCLUDES until
we depend on newer versions of GLib and GTK+. Fixes bug #552669.
2008-09-18 Sven Neumann <sven@gimp.org>
* plug-ins/common/lcms.c (run): call gimp_displays_flush() at the

View File

@ -1850,7 +1850,7 @@ AC_SUBST(MIME_TYPES)
# Disable deprecated APIs
#########################
CPPFLAGS="${CPPFLAGS} -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_SINGLE_INCLUDES -DGDK_PIXBUF_DISABLE_SINGLE_INCLUDES -DGTK_DISABLE_SINGLE_INCLUDES"
CPPFLAGS="${CPPFLAGS} -DGIMP_DISABLE_DEPRECATED"
if test "x$have_glib_2_19" != "xyes"; then
CPPFLAGS="${CPPFLAGS} -DG_DISABLE_DEPRECATED"