enable pthread if != no
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@12491 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -34,7 +34,7 @@ case "$host" in
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
if test "$enable_pthread_support" = no; then
|
||||
if test "$enable_pthread_support" != no; then
|
||||
AC_DEFINE(ENABLE_PTHREAD_SUPPORT, 1,
|
||||
[Define if you want have a thread safe libraries])
|
||||
else
|
||||
|
Reference in New Issue
Block a user