diff options
author | Tom Rondeau | 2011-02-17 12:15:36 -0500 |
---|---|---|
committer | Tom Rondeau | 2011-02-17 12:15:36 -0500 |
commit | 090799813fee5305fc080297ce43cccc662c9f6e (patch) | |
tree | 1be66fd89f57ab1567645a3c6954b4eb65bffda0 /configure.ac | |
parent | cb35c3e28f277717d8f9f849636768d57720487f (diff) | |
download | gnuradio-090799813fee5305fc080297ce43cccc662c9f6e.tar.gz gnuradio-090799813fee5305fc080297ce43cccc662c9f6e.tar.bz2 gnuradio-090799813fee5305fc080297ce43cccc662c9f6e.zip |
guile: removing calls to check for guile and guile-dev. GNU Radio can once again be built without Guile.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff969c27f..7546eb302 100644 --- a/configure.ac +++ b/configure.ac @@ -276,7 +276,7 @@ CPPUNIT_INCLUDES=$CPPUNIT_CFLAGS AC_SUBST(CPPUNIT_INCLUDES) dnl see if GUILE is installed -AC_PATH_PROG(GUILE,guile) +dnl AC_PATH_PROG(GUILE,guile) dnl dnl We require the boost headers, thread lib and date_time lib. |