]> git.lyx.org Git - lyx.git/blobdiff - config/spell.m4
Update it.po
[lyx.git] / config / spell.m4
index e06fb23dfdb765863a6eb5929e09753cf9696605..ec4c75e526bfa2b274a3e650eba5b10ab9f6dc4f 100644 (file)
@@ -51,11 +51,11 @@ AC_DEFUN([CHECK_WITH_HUNSPELL],
        test "$with_hunspell" = "no" && lyx_use_hunspell=false
 
        if $lyx_use_hunspell ; then
-       AC_CHECK_HEADERS(hunspell/hunspell.hxx,
-               [lyx_use_hunspell=true; break;],
+         AC_CHECK_HEADERS(hunspell/hunspell.hxx,
+               [AC_SEARCH_LIBS(Hunspell_spell,
+                    [hunspell hunspell-1.2],, [lyx_use_hunspell=false])],
                [lyx_use_hunspell=false])
-       AC_CHECK_LIB(hunspell, main, LIBS="-lhunspell $LIBS", lyx_use_hunspell=false)
-
+       fi
        AC_MSG_CHECKING([whether to use hunspell])
        if $lyx_use_hunspell ; then
                AC_MSG_RESULT(yes)
@@ -64,7 +64,6 @@ AC_DEFUN([CHECK_WITH_HUNSPELL],
        else
                AC_MSG_RESULT(no)
        fi
-       fi
        ])
 
 
@@ -74,16 +73,6 @@ AC_DEFUN([LYX_CHECK_SPELL_ENGINES],
        CHECK_WITH_ASPELL
        AM_CONDITIONAL(USE_ASPELL, $lyx_use_aspell)
 
-       if $lyx_use_aspell ; then
-### Check for aspell framework name
-               LYX_WITH_DIR([aspell-framework],[name of aspell framework],aspell_framework, NONE)
-               if ! test "x${lyx_cv_aspell_framework}" = xNONE; then
-                 AC_DEFINE_UNQUOTED([ASPELL_FRAMEWORK], "${lyx_cv_aspell_framework}")
-               else
-                 AC_DEFINE(ASPELL_FRAMEWORK, [""], [Define as name of aspell framework])
-               fi
-       fi
-
        CHECK_WITH_ENCHANT
        AM_CONDITIONAL(USE_ENCHANT, $lyx_use_enchant)