git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10404
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
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
]
)
])
- 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