From 340f2e7b0e0bf7f56cc51de159f77cd0d4ff8621 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Tue, 16 Oct 2007 16:55:36 +0200 Subject: [PATCH] configure: Cosmetic change. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 62bff9b..f688b01 100644 --- a/configure.ac +++ b/configure.ac @@ -74,7 +74,7 @@ AC_SUBST([guilemoduledir]) if test "$guilemoduledir" != "$GUILE_SITE"; then # Guile won't be able to locate the module "out of the box", so # warn the user. - AC_MSG_WARN([`guilemoduledir' is different from `GUILE_SITE' ($GUILE_SITE).]) + AC_MSG_WARN([`guilemoduledir' ($guilemoduledir) is different from `GUILE_SITE' ($GUILE_SITE).]) AC_MSG_WARN([Make sure to adjust the `GUILE_LOAD_PATH' environment variable accordingly,]) AC_MSG_WARN([or re-run `configure' with `--with-guilemoduledir=$GUILE_SITE'.]) fi -- 2.11.4.GIT