diff options
author | Johnathan Corgan | 2010-04-18 20:13:47 -0700 |
---|---|---|
committer | Eric Blossom | 2010-04-22 22:04:21 -0700 |
commit | 052638a76f3c07be744b603c3ba0f392ccc1569b (patch) | |
tree | 943b6bca1759d715908a0d2e1eac711bc257ae9c /config | |
parent | 7389f7a46fbad90dc1ae2c8232f770b03c27a38f (diff) | |
download | gnuradio-052638a76f3c07be744b603c3ba0f392ccc1569b.tar.gz gnuradio-052638a76f3c07be744b603c3ba0f392ccc1569b.tar.bz2 gnuradio-052638a76f3c07be744b603c3ba0f392ccc1569b.zip |
Convert gcell to use boost::threads instead of omnithread.
Passes make check.
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gcell.m4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/config/grc_gcell.m4 b/config/grc_gcell.m4 index ff289d1ae..b94deb4db 100644 --- a/config/grc_gcell.m4 +++ b/config/grc_gcell.m4 @@ -1,4 +1,4 @@ -dnl Copyright 2001,2002,2003,2004,2005,2006,2008 Free Software Foundation, Inc. +dnl Copyright 2001,2002,2003,2004,2005,2006,2008,2010 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl @@ -21,9 +21,6 @@ AC_DEFUN([GRC_GCELL],[ GRC_ENABLE(gcell) dnl GRC_WITH(gcell) - dnl Don't do gcell if omnithread skipped - GRC_CHECK_DEPENDENCY(gcell, omnithread) - dnl If execution gets to here, $passed will be: dnl with : if the --with code didn't error out dnl yes : if the --enable code passed muster and all dependencies are met |