build: fix typo

This commit is contained in:
Dirk-Jan C. Binnema 2020-10-31 14:42:21 +02:00
parent 7353c87778
commit 0346978df5
1 changed files with 1 additions and 1 deletions

View File

@ -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"])
###############################################################################