From 7ec8f040c2c3ff10eb6e7d7aea76c96428ff6e93 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Mon, 3 May 2010 20:00:59 +0200 Subject: mythes12: fix configure for mythes 1.0 usage --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') 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 -- cgit v1.2.3