summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-05-03 20:00:59 +0200
committerRene Engelhard <rene@openoffice.org>2010-05-03 20:00:59 +0200
commit7ec8f040c2c3ff10eb6e7d7aea76c96428ff6e93 (patch)
tree66121a582031037c15e9b9f3841bc651f41f2149 /configure.in
parente954fbf96df464622d6943f75969c3c16ed592f5 (diff)
mythes12: fix configure for mythes 1.0 usage
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