Revert r67137.

GTK_DISABLE_SINGLE_INCLUDES causes trouble with other included
libraries (libgnomeprint this time) too. This check for trivially fixed
problems is not worth the continuing trouble.

Fixes #13078.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2011-03-25 11:00:56 +00:00
parent fbf49ef2b1
commit d6355645e7
2 changed files with 0 additions and 7 deletions

3
configure vendored
View File

@@ -30954,9 +30954,6 @@ done
TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -DG_DISABLE_CAST_CHECKS"
GTK_CHECKS_FLAGS="-DGTK_DISABLE_SINGLE_INCLUDES"
TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $GTK_CHECKS_FLAGS"
AFMINSTALL=afminstall
TOOLKIT=GTK
GUIDIST=GTK_DIST

View File

@@ -3101,10 +3101,6 @@ libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
dnl disable GTK runtime type checks
TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE -DG_DISABLE_CAST_CHECKS"
dnl enable useful GTK+ compile-time checks to ease transition to GTK+ 3:
GTK_CHECKS_FLAGS="-DGTK_DISABLE_SINGLE_INCLUDES"
TOOLKIT_INCLUDE="$TOOLKIT_INCLUDE $GTK_CHECKS_FLAGS"
AFMINSTALL=afminstall
TOOLKIT=GTK
GUIDIST=GTK_DIST