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
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio