mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
remove variables initializations that are immediately overridden
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33317 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
032370fe10
commit
2425391657
@ -70,18 +70,12 @@ AC_DEFUN([CHECK_WITH_HUNSPELL],
|
||||
### Check if we want spell libraries, prefer new aspell or hunspell
|
||||
AC_DEFUN([LYX_CHECK_SPELL_ENGINES],
|
||||
[
|
||||
lyx_use_aspell=false
|
||||
CHECK_WITH_ASPELL
|
||||
|
||||
AM_CONDITIONAL(USE_ASPELL, $lyx_use_aspell)
|
||||
|
||||
lyx_use_enchant=false
|
||||
CHECK_WITH_ENCHANT
|
||||
|
||||
AM_CONDITIONAL(USE_ENCHANT, $lyx_use_enchant)
|
||||
|
||||
lyx_use_hunspell=false
|
||||
CHECK_WITH_HUNSPELL
|
||||
|
||||
AM_CONDITIONAL(USE_HUNSPELL, $lyx_use_hunspell)
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user