]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Possible fix for DestroyWindow message in MDI apps (call DestroyChildren in destructor)
[wxWidgets.git] / configure.in
index 9e614393063a3572c4b1625701fbe6979113dfb9..f97b4b45c3da216f8c3e5350f204a50a1e1331c7 100644 (file)
@@ -3534,7 +3534,7 @@ dnl makefile system without libtool
 LD_LIBS="\${top_builddir}/lib/${WX_LIBRARY_NAME_STATIC} $EXTRA_LIBS"
 
 dnl all -I options we must pass to the compiler
-INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include -I\${top_srcdir}/contrib/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE"
+INCLUDES="-I. -I\${top_builddir}/include -I\${top_srcdir}/include $ZLIB_INCLUDE $PNG_INCLUDE $JPEG_INCLUDE $TIFF_INCLUDE $TOOLKIT_INCLUDE"
 
 dnl C/C++ compiler options used to compile wxWindows
 if test "$GXX" = yes ; then