summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJohnathan Corgan2010-04-26 13:04:23 -0700
committerJohnathan Corgan2010-04-26 13:04:23 -0700
commita40feb1dece1b8064f3f81e669f3ed38b60b6dd8 (patch)
treeff4d2da987dcec0eee183dcc51d867c80771cbd7 /config
parent1eb2ad3909a0ba16e8c03776d1d26693b9b152a5 (diff)
downloadgnuradio-a40feb1dece1b8064f3f81e669f3ed38b60b6dd8.tar.gz
gnuradio-a40feb1dece1b8064f3f81e669f3ed38b60b6dd8.tar.bz2
gnuradio-a40feb1dece1b8064f3f81e669f3ed38b60b6dd8.zip
Further updates for removing omnithreads
Updates README Removes Darwin specific variable in usrp.pc
Diffstat (limited to 'config')
-rw-r--r--config/grc_usrp.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/config/grc_usrp.m4 b/config/grc_usrp.m4
index 1bebfc5b9..999b9c5c3 100644
--- a/config/grc_usrp.m4
+++ b/config/grc_usrp.m4
@@ -59,18 +59,6 @@ AC_DEFUN([GRC_USRP],[
usrp_LA="\${abs_top_builddir}/usrp/host/lib/libusrp.la"
fi
- dnl There pkg-config file for usrp requires omnithread for Darwin only. Create a variable
- dnl for just the usrp.pc.in case.
- case "$host_os" in
- darwin*)
- usrp_darwin_omnithread_pc_requires="gnuradio-omnithread"
- ;;
- *) dnl (blanks)
- usrp_darwin_omnithread_pc_requires=""
- ;;
- esac
- AC_SUBST(usrp_darwin_omnithread_pc_requires)
-
AC_CONFIG_FILES([ \
usrp/Makefile \
usrp/usrp.pc \