From: Ludovic Courtes Date: Wed, 6 Jun 2007 14:20:11 +0000 (+0200) Subject: Don't look for Guile when `guile-snarf' is not found. X-Git-Tag: gnutls_1_7_12~6^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e1ca2272f11713b7acc386d280e2909f85f62317;p=thirdparty%2Fgnutls.git Don't look for Guile when `guile-snarf' is not found. * configure.in: Don't invoke `GUILE_PROGS' and `GUILE_FLAGS' when `guile-snarf' is not found. --- diff --git a/configure.in b/configure.in index c2d6650c72..0b97ea2acd 100644 --- a/configure.in +++ b/configure.in @@ -119,13 +119,14 @@ if test "x$GAA" = "x"; then fi if test "x$opt_guile_bindings" = "xyes"; then - GUILE_PROGS - GUILE_FLAGS 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.]) opt_guile_bindings=no else + GUILE_PROGS + GUILE_FLAGS + case "x$with_guile_site_dir" in x|xno) # Use the default $(GUILE_SITE).