finally ASPELL_FRAMEWORK is not used anymore

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36844 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2010-12-12 18:43:02 +00:00
parent 04233bf5eb
commit 1812984b42

View File

@ -17,9 +17,6 @@ AC_DEFUN([CHECK_WITH_ASPELL],
AC_MSG_RESULT(yes)
AC_DEFINE(USE_ASPELL, 1, [Define as 1 to use the aspell library])
lyx_flags="$lyx_flags use-aspell"
### Check for aspell framework name
LYX_WITH_DIR([aspell-framework], [name of aspell framework],aspell_framework, [])
AC_DEFINE_UNQUOTED([ASPELL_FRAMEWORK], "${lyx_cv_aspell_framework}", [Define as name of aspell framework])
else
AC_MSG_RESULT(no)
fi