gnuradio backend requires lib version 0.6

git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@1361 7ae35d74-ebe9-4afe-98af-79ac388436b8
Hamlib-1.1.4
Stéphane Fillod, F8CFE 2003-02-09 22:43:50 +00:00
rodzic d0f718d7c7
commit 05b84313fe
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -282,7 +282,7 @@ if test "${cf_with_cxx}" = "yes" ; then
AC_MSG_RESULT($cf_with_gnuradio)
if test "${cf_with_gnuradio}" = "yes" ; then
PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.5)
PKG_CHECK_MODULES(GNURADIO, gnuradio >= 0.6)
BACKEND_LIST="$BACKEND_LIST gnuradio"
fi