From 0346978df59a8bbc33a42de7ea4256b36b572249 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 31 Oct 2020 14:42:21 +0200 Subject: [PATCH] build: fix typo --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 83992b0f..615d66d9 100644 --- a/configure.ac +++ b/configure.ac @@ -234,7 +234,7 @@ AM_COND_IF([LD_ALLOW_MULTIPLE_DEFINITION],[ guile_version=$($PKG_CONFIG guile-$GUILE_EFFECTIVE_VERSION --modversion) ]) ])],[ - AM_MSG_NOTICE(["no guile: need muldef support"]) + AC_MSG_NOTICE([no muldef support, so no guile atm]) ]) AM_CONDITIONAL(BUILD_GUILE,[test "x$have_guile" = "xyes"]) ###############################################################################