mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
finally ASPELL_FRAMEWORK is not used anymore
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36926 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d2c3a5c727
commit
e1505e5e4d
@ -530,11 +530,8 @@ build_lyx() {
|
||||
# -------------------------------------
|
||||
|
||||
if [ -d "${ASpellInstallDir}" -a "yes" = "${aspell_deployment}" ]; then
|
||||
ASpellFramework=`framework_name Aspell`
|
||||
ASpellFramework=`basename "${ASpellFramework}"`
|
||||
ConfigureExtraInc="--with-extra-inc=${ASpellInstallDir}/include"
|
||||
ConfigureExtraLib="--with-extra-lib=${ASpellInstallDir}/lib"
|
||||
LyXConfigureOptions="${LyXConfigureOptions} --with-aspell-framework=${ASpellFramework}"
|
||||
fi
|
||||
|
||||
if [ -d "${HunSpellInstallDir}" -a "yes" = "${hunspell_deployment}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user