mirror of https://github.com/GNOME/gimp.git
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:
parent
891115e689
commit
3121a0f9d0
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue