diff options
author | Ludovic Courtes <ludo@chbouib.org> | 2007-06-06 16:37:53 +0200 |
---|---|---|
committer | Ludovic Courtes <ludo@chbouib.org> | 2007-06-06 16:37:53 +0200 |
commit | 83de5ed4aa6a91b1223d4117e7cfef691b87d97e (patch) | |
tree | 0aba5c66c2e4277dcaa3f2aa8588f54d9c32488f /configure.in | |
parent | 3f9577d2a9198a1cd5396db0d624ded8a47cd188 (diff) | |
download | gnutls-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.in | 4 |
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.]) |