]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
made 2 column list wider to accomodate all entries
[wxWidgets.git] / configure.in
index 609aa631c722e3002cfa224f2fa77a4a5113ba34..652c5c96aa3e1f1658ad611a17af7ff0cc639638 100644 (file)
@@ -3061,7 +3061,7 @@ if test "$wxUSE_THREADS" = "yes"; then
   AC_DEFINE(wxUSE_THREADS)
 
   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"
     CXXFLAGS="${CXXFLAGS} -D_REENTRANT"
   fi