]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed problem with HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER test
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2001 15:34:08 +0000 (15:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2001 15:34:08 +0000 (15:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index a94313a8cf5a773b505e8a74d19cd1e30ed68b5c..03c2b3b8bed4f694e72122c80f2a584ab46b5d3c 100755 (executable)
--- a/configure
+++ b/configure
@@ -12898,7 +12898,7 @@ rm -f conftest*
 fi
 
 echo "$ac_t""$wx_cv_type_pthread_rec_mutex_init" 1>&6
-    if test "$wx_cv_type_pthread_rec_mutex_init"="yes"; then
+    if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
       cat >> confdefs.h <<\EOF
 #define HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER 1
 EOF
index 96a60b2c39f3e50c9cbeb50ca32c8513ac2e3196..4911f03c4e669f75f09aa6c3e6eaebea6de4e702 100644 (file)
@@ -2836,7 +2836,7 @@ if test "$wxUSE_THREADS" = "yes" ; then
             ]
         )
     ])
-    if test "$wx_cv_type_pthread_rec_mutex_init"="yes"; then
+    if test "$wx_cv_type_pthread_rec_mutex_init" = "yes"; then
       AC_DEFINE(HAVE_PTHREAD_RECURSIVE_MUTEX_INITIALIZER)
     else
       dnl this may break code working elsewhere, so at least warn about it