diff options
| author | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-10-31 14:42:21 +0200 |
|---|---|---|
| committer | Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> | 2020-10-31 14:42:50 +0200 |
| commit | 0346978df59a8bbc33a42de7ea4256b36b572249 (patch) | |
| tree | 96fe615eff38d99149d97f18705b2ab2bf7f9f3a /configure.ac | |
| parent | 7353c8777856a6a2b6235cfe4854faa33e6a7636 (diff) | |
build: fix typo
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 83992b0..615d66d 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"]) ############################################################################### |
