X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=config%2Fgr_omnithread.m4;h=054f0782472b5ebeb49c89faeeea323959556194;hb=d31a4ee4ce385907a9886f9796cbe379f95ca8c9;hp=79dff0565bea4498f77adff29b3c761e950d3091;hpb=937b719d2e57d0497293d603da10cac2532346f6;p=debian%2Fgnuradio diff --git a/config/gr_omnithread.m4 b/config/gr_omnithread.m4 index 79dff056..054f0782 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