Define _GNU_SOURCE instead of _XOPEN_SOURCE (which breaks libtiff compilation)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-08-09 01:20:12 +00:00
parent ea8628fb74
commit b48da8024d
2 changed files with 7 additions and 5 deletions

4
configure vendored
View File

@@ -14809,8 +14809,8 @@ EOF
fi
if test "x$wx_lib_glibc21" = "xyes"; then
CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=500"
if test "x$wx_lib_glibc21" = "xyes"; then
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
fi
echo $ac_n "checking for pthread_mutexattr_t""... $ac_c" 1>&6