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:
Love Hörnquist Åstrand
2003-07-22 19:11:28 +00:00
parent e2a4344ba6
commit 8fdd082fd4

View File

@@ -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