summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Rondeau2011-02-17 12:15:36 -0500
committerTom Rondeau2011-02-17 12:15:36 -0500
commit090799813fee5305fc080297ce43cccc662c9f6e (patch)
tree1be66fd89f57ab1567645a3c6954b4eb65bffda0 /configure.ac
parentcb35c3e28f277717d8f9f849636768d57720487f (diff)
downloadgnuradio-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.ac2
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.