diff options
-rw-r--r-- | config/gr_omnithread.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/gr_omnithread.m4 b/config/gr_omnithread.m4 index 79dff0565..054f07824 100644 --- a/config/gr_omnithread.m4 +++ b/config/gr_omnithread.m4 @@ -21,7 +21,8 @@ AC_DEFUN([GR_OMNITHREAD], [ # Check first for POSIX ACX_PTHREAD( - [ ot_posix="yes" + [ AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]) + ot_posix="yes" DEFINES="$DEFINES -DOMNITHREAD_POSIX=1" ],[ # If no POSIX support found, then check for NT threads |