From e693f0c1c534e4902b6199249d33fe3365a26313 Mon Sep 17 00:00:00 2001 From: David Barksdale Date: Tue, 29 Sep 2009 21:50:36 +0000 Subject: Remove configure checks for guile and dialog libraries. I assume we also don't need config.scm anymore either. --- contrib/report.sh | 9 --------- 1 file changed, 9 deletions(-) (limited to 'contrib/report.sh') diff --git a/contrib/report.sh b/contrib/report.sh index 76abe5a7c..521226c94 100755 --- a/contrib/report.sh +++ b/contrib/report.sh @@ -160,15 +160,6 @@ else fi -TEST=`$WHICH guile 2> /dev/null` -if test -n "$TEST"; then - guile --version | head -n1 2> /dev/null | \ - awk '{print "Guile : "$2}' -else - echo "Guile : Not found" -fi - - TEST=`$WHICH curl-config 2> /dev/null` if test -n "$TEST"; then curl-config --version | head -n1 2> /dev/null | \ -- cgit v1.2.3