Skip to content

Commit

Permalink
we require libfolia > 2.15 for correct working of word corections
Browse files Browse the repository at this point in the history
  • Loading branch information
kosloot committed Apr 24, 2023
1 parent 20ef454 commit 7dedb3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ PKG_CHECK_MODULES([mbt], [mbt >= 3.7] )
CXXFLAGS="$CXXFLAGS $mbt_CFLAGS"
LIBS="$mbt_LIBS $LIBS"

PKG_CHECK_MODULES([folia],[folia >= 2.9])
PKG_CHECK_MODULES([folia],[folia >= 2.15])
CXXFLAGS="$CXXFLAGS $folia_CFLAGS"
LIBS="$folia_LIBS $LIBS"

Expand Down

0 comments on commit 7dedb3e

Please sign in to comment.