diff options
author | Eric Blossom | 2010-09-14 11:55:55 -0700 |
---|---|---|
committer | Eric Blossom | 2010-09-14 11:55:55 -0700 |
commit | 71c193ad5380829e20af533ed89903d8d7abcd2c (patch) | |
tree | 68793302b13fbb9d9e9e6a3bb2693d8559ddfaa0 /config | |
parent | f60a9d7b63addf02dc0b9b4727c1fc67f4f741eb (diff) | |
download | gnuradio-71c193ad5380829e20af533ed89903d8d7abcd2c.tar.gz gnuradio-71c193ad5380829e20af533ed89903d8d7abcd2c.tar.bz2 gnuradio-71c193ad5380829e20af533ed89903d8d7abcd2c.zip |
Remove PKG_CONFIG_PATH addition from grc_gr_udh.m4
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_uhd.m4 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/config/grc_gr_uhd.m4 b/config/grc_gr_uhd.m4 index 870a8abc6..090187c04 100644 --- a/config/grc_gr_uhd.m4 +++ b/config/grc_gr_uhd.m4 @@ -24,9 +24,7 @@ AC_DEFUN([GRC_GR_UHD],[ GRC_CHECK_DEPENDENCY(gr-uhd, gnuradio-core) if test $passed = yes; then - #by default, cmake likes to install the uhd.pc file here - #so lets make life easier for everybody and add this path - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig + dnl Don't do gr-uhd if the 'uhd' package is not installed PKG_CHECK_MODULES( [UHD], [uhd], [], [passed=no; AC_MSG_RESULT([gr-uhd requires libuhd])] |