1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-08 10:43:13 +02:00

core: fix detection of guile in configure

This commit is contained in:
Sebastien Helleu
2013-01-16 22:25:11 +01:00
parent 8e587f7093
commit 280e9bd0b1
+2 -2
View File
@@ -762,10 +762,10 @@ if test "x$enable_guile" = "xyes" ; then
GUILE_CFLAGS=`$GUILECONFIG compile`
GUILE_LFLAGS=`$GUILECONFIG link`
GUILE_VERSION=`$GUILECONFIG info guileversion`
tcl_found="yes"
guile_found="yes"
fi
if test "x$tcl_found" = "xno" ; then
if test "x$guile_found" = "xno" ; then
AC_MSG_WARN([
*** Script guile-config couldn't be found on your system.
*** WeeChat will be built without Guile (scheme) support.])