configure.ac: Fix --disable-guile

Fixes #1588
This commit is contained in:
Dirk-Jan C. Binnema 2020-02-25 23:51:48 +02:00
parent 95d9a398f1
commit 68784452fb
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ AS_IF([test "x$enable_guile" != "xno"],[
guile_version=$($PKG_CONFIG guile-2.2 --modversion)
])
])
AM_CONDITIONAL(BUILD_GUILE,[test "x$have_guile22" != "xno"])
AM_CONDITIONAL(BUILD_GUILE,[test "x$have_guile22" = "xyes"])
###############################################################################
###############################################################################