]> git.lyx.org Git - lyx.git/blobdiff - config/spell.m4
Michael's menu changes
[lyx.git] / config / spell.m4
index 6f8fe4000032e7c0e38d1c1bceea041b2b11f335..3081ade34256676a843ec414a83d2ca8de89ea73 100644 (file)
@@ -65,7 +65,7 @@ AC_DEFUN([LYX_CHECK_SPELL_ENGINES],
     dnl Do this independent of the existence of the aspell, pspell libraries.
     lyx_use_ispell=true
     AC_LANG_PUSH(C)
-    AC_CHECK_FUNCS(select dup2,, [lyx_use_ispell=false])
+    AC_CHECK_FUNCS(fork,, [lyx_use_ispell=false])
     AC_LANG_POP(C)
     AC_MSG_CHECKING([whether to use ispell])
     if $lyx_use_ispell ; then