commit eb08fe19d1e30310076da69a9abe08d75d90bf06
Author: Stephan Witt <[email protected]>
Date:   Wed Oct 8 17:32:48 2025 +0200

    adjust include directory path for LyX own copy 3rdparty hunspell library 
after upgrade to 1.7.2
---
 config/spell.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/spell.m4 b/config/spell.m4
index 988f5ea89b..7da42fa367 100644
--- a/config/spell.m4
+++ b/config/spell.m4
@@ -114,7 +114,7 @@ AC_DEFUN([LYX_USE_INCLUDED_HUNSPELL],[
        AC_MSG_RESULT([$lyx_cv_with_included_hunspell])
        if test x$lyx_cv_with_included_hunspell = xyes ; then
                lyx_included_libs="$lyx_included_libs hunspell"
-               HUNSPELL_CFLAGS='-I$(top_srcdir)/3rdparty/hunspell/1.7.0/src'
+               HUNSPELL_CFLAGS='-I$(top_srcdir)/3rdparty/hunspell/1.7.2/src'
                
HUNSPELL_LIBS='$(top_builddir)/3rdparty/hunspell/liblyxhunspell.a'
                AC_SUBST(HUNSPELL_CFLAGS)
                AC_SUBST(HUNSPELL_LIBS)
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to