aboutsummaryrefslogtreecommitdiff
path: root/contrib/report.sh
diff options
context:
space:
mode:
authorDavid Barksdale <amatus.amongus@gmail.com>2009-09-29 21:50:36 +0000
committerDavid Barksdale <amatus.amongus@gmail.com>2009-09-29 21:50:36 +0000
commite693f0c1c534e4902b6199249d33fe3365a26313 (patch)
tree95900b914f1512508e8446d0825c03cd7c3860f8 /contrib/report.sh
parentb275b6e4ee9f03351397e46e5e2c7db0390b38a3 (diff)
downloadgnunet-e693f0c1c534e4902b6199249d33fe3365a26313.tar.gz
gnunet-e693f0c1c534e4902b6199249d33fe3365a26313.zip
Remove configure checks for guile and dialog libraries. I assume we also don't need config.scm anymore either.
Diffstat (limited to 'contrib/report.sh')
-rwxr-xr-xcontrib/report.sh9
1 files changed, 0 insertions, 9 deletions
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
160fi 160fi
161 161
162 162
163TEST=`$WHICH guile 2> /dev/null`
164if test -n "$TEST"; then
165 guile --version | head -n1 2> /dev/null | \
166 awk '{print "Guile : "$2}'
167else
168 echo "Guile : Not found"
169fi
170
171
172TEST=`$WHICH curl-config 2> /dev/null` 163TEST=`$WHICH curl-config 2> /dev/null`
173if test -n "$TEST"; then 164if test -n "$TEST"; then
174 curl-config --version | head -n1 2> /dev/null | \ 165 curl-config --version | head -n1 2> /dev/null | \