we already have too many defines in config.h...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27577 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2008-11-16 19:22:48 +00:00
parent af05d3ffa3
commit f481bf03d4
2 changed files with 1 additions and 3 deletions

View File

@ -151,8 +151,6 @@ AC_DEFINE_UNQUOTED(AIKSAURUS_H_LOCATION,$lyx_cv_aiksaurus_h_location,[Location o
fi
AC_SUBST(AIKSAURUS_LIBS)
AC_DEFINE(HAVE_THESAURUS, (HAVE_LIBMYTHES || HAVE_LIBAIKSAURUS),[Define this if you have a supported thesaurus library])
LYX_USE_INCLUDED_BOOST
# Needed for our char_type

View File

@ -395,7 +395,7 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
switch (cmd.action) {
case LFUN_UNKNOWN_ACTION:
#ifndef HAVE_THESAURUS
#if !defined(HAVE_LIBMYTHES) && !defined(HAVE_LIBAIKSAURUS)
case LFUN_THESAURUS_ENTRY:
#endif
flag.unknown(true);