fix for missing wxUSE_DARWIN definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -14619,7 +14619,7 @@ if test "$wxUSE_THREADS" = "yes"; then
|
|||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
||||||
if test "$wxUSE_DARWIN" = "0"; then
|
if test "x$wxUSE_DARWIN" != "x1"; then
|
||||||
CFLAGS="${CFLAGS} -D_REENTRANT"
|
CFLAGS="${CFLAGS} -D_REENTRANT"
|
||||||
CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
|
CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
|
||||||
fi
|
fi
|
||||||
|
@@ -3061,7 +3061,7 @@ if test "$wxUSE_THREADS" = "yes"; then
|
|||||||
AC_DEFINE(wxUSE_THREADS)
|
AC_DEFINE(wxUSE_THREADS)
|
||||||
|
|
||||||
dnl must define _REENTRANT for multithreaded code except for Darwin/Mac OS X
|
dnl must define _REENTRANT for multithreaded code except for Darwin/Mac OS X
|
||||||
if test "$wxUSE_DARWIN" = "0"; then
|
if test "x$wxUSE_DARWIN" != "x1"; then
|
||||||
CFLAGS="${CFLAGS} -D_REENTRANT"
|
CFLAGS="${CFLAGS} -D_REENTRANT"
|
||||||
CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
|
CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user