diff options
author | Johnathan Corgan | 2010-04-26 13:04:23 -0700 |
---|---|---|
committer | Johnathan Corgan | 2010-04-26 13:04:23 -0700 |
commit | a40feb1dece1b8064f3f81e669f3ed38b60b6dd8 (patch) | |
tree | ff4d2da987dcec0eee183dcc51d867c80771cbd7 /config | |
parent | 1eb2ad3909a0ba16e8c03776d1d26693b9b152a5 (diff) | |
download | gnuradio-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.m4 | 12 |
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 \ |