X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=config%2Fpspell.m4;h=d45097f0fd8e0e6aaf68f9ae472c2f44bfdcfca7;hb=dab43e77955e5b21fa556f53143d42e09e439f40;hp=29a322be1cc381da8a1823127f0bba7e9aba661b;hpb=260ae2415d605c39daaf0cbf680e58aafb88f9d9;p=lyx.git diff --git a/config/pspell.m4 b/config/pspell.m4 index 29a322be1c..d45097f0fd 100644 --- a/config/pspell.m4 +++ b/config/pspell.m4 @@ -1,4 +1,4 @@ -# Macro to add for using pspell spellchecker libraries! +# Macro to add for using pspell spellchecker libraries! -*- sh -*- # @author@: Jürgen Vigna AC_DEFUN(CHECK_WITH_PSPELL, @@ -43,7 +43,7 @@ AC_DEFUN(CHECK_WITH_PSPELL, fi if test "$USE_PSPELL" = "yes"; then - AC_DEFINE(USE_PSPELL) + AC_DEFINE(USE_PSPELL, 1, [Define as 1 to use the pspell library]) PSPELL_INCLUDES="-I$pspell_use_include" PSPELL_LIBS="-L$pspell_use_lib -lpspell" USE_PSPELL="yes ($pspell_use_include $pspell_use_lib)"