]> git.lyx.org Git - lyx.git/commitdiff
finally ASPELL_FRAMEWORK is not used anymore
authorStephan Witt <switt@lyx.org>
Fri, 17 Dec 2010 20:57:03 +0000 (20:57 +0000)
committerStephan Witt <switt@lyx.org>
Fri, 17 Dec 2010 20:57:03 +0000 (20:57 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36926 a592a061-630c-0410-9148-cb99ea01b6c8

development/LyX-Mac-binary-release.sh

index d79bd7f86fa814c11557da2f881858c1f8c3c5d1..fc8da7bece94672f85b4e7ee3465f6d52dfa7b4d 100644 (file)
@@ -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