commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r6199 - gnuradio/trunk/config


From: eb
Subject: [Commit-gnuradio] r6199 - gnuradio/trunk/config
Date: Tue, 28 Aug 2007 15:58:55 -0600 (MDT)

Author: eb
Date: 2007-08-28 15:58:54 -0600 (Tue, 28 Aug 2007)
New Revision: 6199

Modified:
   gnuradio/trunk/config/gr_omnithread.m4
Log:
updated gr_omnithread.m4 so that it preserves ACX_PTHREADS default if-found 
behavior

Modified: gnuradio/trunk/config/gr_omnithread.m4
===================================================================
--- gnuradio/trunk/config/gr_omnithread.m4      2007-08-28 20:44:59 UTC (rev 
6198)
+++ gnuradio/trunk/config/gr_omnithread.m4      2007-08-28 21:58:54 UTC (rev 
6199)
@@ -21,7 +21,8 @@
 [
   # 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]