This commit is contained in:
leo 2008-04-18 00:52:47 +01:00
parent c45b8883df
commit 1160a98507
1 changed files with 6 additions and 1 deletions

View File

@ -80,7 +80,7 @@ AC_CHECK_FUNCS([])
dnl Check for Mingw support
GR_PWIN32
PKG_CHECK_MODULES(GNURADIO_CORE, gnuradio-core >= 2)
PKG_CHECK_MODULES(GNURADIO_CORE, gnuradio-core >= 3.1.2)
LIBS="$LIBS $GNURADIO_CORE_LIBS"
dnl Define where to find boost includes
@ -103,3 +103,8 @@ dnl run_tests is created from run_tests.in. Make it executable.
AC_CONFIG_COMMANDS([run_tests], [chmod +x src/python/run_tests])
AC_OUTPUT
echo "#######################################################"
echo "Type 'make all'"
echo "See src/python/go.sh for an example."
echo "#######################################################"