mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Copy-paste error in spell.m4.
Reported by Nusret Balci.
This commit is contained in:
parent
f050fd9626
commit
2686efbf7b
@ -61,7 +61,7 @@ AC_DEFUN([LYX_HAVE_HUNSPELL_CXXABI],
|
|||||||
[
|
[
|
||||||
AC_MSG_CHECKING([whether hunspell C++ (rather than C) ABI is provided])
|
AC_MSG_CHECKING([whether hunspell C++ (rather than C) ABI is provided])
|
||||||
save_CXXFLAGS=$CXXFLAGS
|
save_CXXFLAGS=$CXXFLAGS
|
||||||
CXXFLAGS="$ENCHANT_CFLAGS $AM_CXXFLAGS $CXXFLAGS"
|
CXXFLAGS="$HUNSPELL_CFLAGS $AM_CXXFLAGS $CXXFLAGS"
|
||||||
|
|
||||||
# in the C++ ABI, stem() returns a vector, in the C ABI, it returns an int
|
# in the C++ ABI, stem() returns a vector, in the C ABI, it returns an int
|
||||||
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <hunspell/hunspell.hxx>]], [[Hunspell sp("foo", "bar");
|
AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <hunspell/hunspell.hxx>]], [[Hunspell sp("foo", "bar");
|
||||||
|
Loading…
Reference in New Issue
Block a user