]> git.lyx.org Git - features.git/commitdiff
clarify message for spelling libs
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 Oct 2009 15:21:24 +0000 (15:21 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 6 Oct 2009 15:21:24 +0000 (15:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31545 a592a061-630c-0410-9148-cb99ea01b6c8

config/spell.m4

index bcb6f0a6fde8f748f363191522368c59e65577db..adce739c945b05ce93048cae0c1fa240ad54f2db 100644 (file)
@@ -3,7 +3,7 @@
 AC_DEFUN([CHECK_WITH_ASPELL],
 [
        lyx_use_aspell=true
-       AC_ARG_WITH(aspell,     AC_HELP_STRING([--with-aspell],[use ASpell libraries]))
+       AC_ARG_WITH(aspell, AC_HELP_STRING([--without-aspell],[do not check for ASpell library]))
        test "$with_aspell" = "no" && lyx_use_aspell=false
 
        if $lyx_use_aspell ; then
@@ -27,7 +27,7 @@ AC_DEFUN([CHECK_WITH_ASPELL],
 AC_DEFUN([CHECK_WITH_HUNSPELL],
 [
        lyx_use_hunspell=true
-       AC_ARG_WITH(hunspell,   AC_HELP_STRING([--with-hunspell],[use Hunspell libraries]))
+       AC_ARG_WITH(hunspell, AC_HELP_STRING([--without-hunspell],[do not check for Hunspell library]))
        test "$with_hunspell" = "no" && lyx_use_hunspell=false
 
        if $lyx_use_hunspell ; then