diff options
author | eb | 2008-05-20 03:32:48 +0000 |
---|---|---|
committer | eb | 2008-05-20 03:32:48 +0000 |
commit | c05a736009932e9a1583393309f568e71979f0ac (patch) | |
tree | a912a6c55fa1564d861f8dbe53d3b3837450d622 | |
parent | c237a3700716a2ace4cc01c31abe8fb56b1b4c7c (diff) | |
download | gnuradio-c05a736009932e9a1583393309f568e71979f0ac.tar.gz gnuradio-c05a736009932e9a1583393309f568e71979f0ac.tar.bz2 gnuradio-c05a736009932e9a1583393309f568e71979f0ac.zip |
Let's step into the 21st century...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8456 221aa14e-8319-0410-a670-987f0aec2ac5
-rw-r--r-- | gr-howto-write-a-block/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-howto-write-a-block/configure.ac b/gr-howto-write-a-block/configure.ac index 9b80b3cac..8b1a10f69 100644 --- a/gr-howto-write-a-block/configure.ac +++ b/gr-howto-write-a-block/configure.ac @@ -79,7 +79,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) LIBS="$LIBS $GNURADIO_CORE_LIBS" dnl Define where to find boost includes |