summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8ee4736996be..cd70b3a32fb2 100644
--- a/configure.in
+++ b/configure.in
@@ -5098,7 +5098,7 @@ if test -n "$with_system_mythes" && test "$with_system_mythes" != "no"; then
AC_CHECK_LIB(mythes-1.2, main, [],
[ MYTHES_FOUND=no], [])
if test "$MYTHES_FOUND" = "no"; then
- AC_CHECK_LIB(mythes, main, [],
+ AC_CHECK_LIB(mythes, main, [MYTHES_FOUND=yes],
[ MYTHES_FOUND=no], [])
fi
if test "$MYTHES_FOUND" = "no"; then