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
commit8ec44d6ebe1b4bedc10124a1c7669dd37e5e6385 (patch)
treedc1c2fdd89b0186a481c4c3d0a835d4a3c0b9220 /configure.in
parent2aa0f9fdc61989eed43f3e18530d4ead213fd2a6 (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 8ee473699..cd70b3a32 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