mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Fix status message at the bottom of configure output for hunspell.
Originally committed to SVN as r1978.
This commit is contained in:
parent
b818c82a74
commit
10f3efba52
@ -294,6 +294,9 @@ AM_CONDITIONAL([HAVE_HUNSPELL], [test "$with_old_hunspell" != "no"])
|
||||
if test "$with_old_hunspell" = "yes"; then
|
||||
AC_DEFINE(WITH_OLD_HUNSPELL, 1, [Enable Older Hunspell support.])
|
||||
HUNSPELL_CFLAGS="$HUNSPELL_CFLAGS -DWITH_OLD_HUNSPELL"
|
||||
with_hunspell="yes (old hunspell)"
|
||||
else
|
||||
with_hunspell="no"
|
||||
fi
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user