diff options
-rw-r--r-- | source3/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/configure.in b/source3/configure.in index f0dabbf444..32754e7f37 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -6280,6 +6280,7 @@ if test x"$PTHREAD_CFLAGS" != xerror -a x"$PTHREAD_LDFLAGS" != xerror; then AC_CHECK_HEADERS(pthread.h) CFLAGS=$ac_save_CFLAGS LDFLAGS=$ac_save_LDFLAGS + AC_DEFINE(HAVE_PTHREAD, 1, [Do we have pthreads around?]) fi ################################################# |