summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLudovic Courtes <ludo@chbouib.org>2007-06-06 16:37:53 +0200
committerLudovic Courtes <ludo@chbouib.org>2007-06-06 16:37:53 +0200
commit83de5ed4aa6a91b1223d4117e7cfef691b87d97e (patch)
tree0aba5c66c2e4277dcaa3f2aa8588f54d9c32488f /configure.in
parent3f9577d2a9198a1cd5396db0d624ded8a47cd188 (diff)
downloadgnutls-83de5ed4aa6a91b1223d4117e7cfef691b87d97e.tar.gz
Cosmetic changes in `configure.in'.
* configure.in: Display a heading indicating that Guile stuff are being detected.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 0b97ea2acd..b5fccfe240 100644
--- a/configure.in
+++ b/configure.in
@@ -119,6 +119,10 @@ if test "x$GAA" = "x"; then
fi
if test "x$opt_guile_bindings" = "xyes"; then
+ AC_MSG_RESULT([***
+*** Detecting GNU Guile...
+])
+
AC_PATH_PROG([guile_snarf], [guile-snarf])
if test "x$guile_snarf" = "x"; then
AC_MSG_WARN([`guile-snarf' from Guile 1.8 not found. Guile bindings not built.])