Changeset 27577

Show
Ignore:
Timestamp:
11/16/08 20:22:48 (2 months ago)
Author:
lasgouttes
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • lyx-devel/trunk/configure.ac

    r27572 r27577  
    151151fi 
    152152AC_SUBST(AIKSAURUS_LIBS) 
    153  
    154 AC_DEFINE(HAVE_THESAURUS, (HAVE_LIBMYTHES || HAVE_LIBAIKSAURUS),[Define this if you have a supported thesaurus library]) 
    155153 
    156154LYX_USE_INCLUDED_BOOST 
  • lyx-devel/trunk/src/LyXFunc.cpp

    r27572 r27577  
    396396        switch (cmd.action) { 
    397397        case LFUN_UNKNOWN_ACTION: 
    398 #ifndef HAVE_THESAURUS 
     398#if !defined(HAVE_LIBMYTHES) && !defined(HAVE_LIBAIKSAURUS) 
    399399        case LFUN_THESAURUS_ENTRY: 
    400400#endif