summaryrefslogtreecommitdiff
path: root/config/grc_pmt.m4
diff options
context:
space:
mode:
authoreb2009-07-15 02:39:28 +0000
committereb2009-07-15 02:39:28 +0000
commitd4110d3f9ce3038a13051b00060004554636e48b (patch)
tree2b7f33bdc28a5228419815bcbcf964e27d39b7b9 /config/grc_pmt.m4
parent2e7c5c717a53aaa64ee46f154d5792e7118599ed (diff)
downloadgnuradio-d4110d3f9ce3038a13051b00060004554636e48b.tar.gz
gnuradio-d4110d3f9ce3038a13051b00060004554636e48b.tar.bz2
gnuradio-d4110d3f9ce3038a13051b00060004554636e48b.zip
Removed pmt dependency on omnithreads, now dependent on boost::threads
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11444 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'config/grc_pmt.m4')
-rw-r--r--config/grc_pmt.m45
1 files changed, 1 insertions, 4 deletions
diff --git a/config/grc_pmt.m4 b/config/grc_pmt.m4
index 8e0a58bca..680acc9e4 100644
--- a/config/grc_pmt.m4
+++ b/config/grc_pmt.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,2009 Free Software Foundation, Inc.
dnl
dnl This file is part of GNU Radio
dnl
@@ -21,9 +21,6 @@ AC_DEFUN([GRC_PMT],[
GRC_ENABLE(pmt)
GRC_WITH(pmt)
- dnl Don't do pmt if omnithread skipped
- GRC_CHECK_DEPENDENCY(pmt, 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