configure.ac: fix typo in guile check

Fixes #1588
This commit is contained in:
Dirk-Jan C. Binnema 2020-02-25 22:57:45 +02:00
parent f33b0d6d84
commit 95d9a398f1
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_guile" != "xno"])
AM_CONDITIONAL(BUILD_GUILE,[test "x$have_guile22" != "xno"])
###############################################################################
###############################################################################