Ignore:
Timestamp:
2009-12-09T21:41:14+13:00 (14 years ago)
Author:
ak19
Message:

Changes to makefiles, configure files, and source code to work with the new configure flags that allow indexers to be individually compiled up by setting each indexer to be enabled or disabled (enable-mg, enable-mgpp, enable-lucene)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/recpt/wizardaction.cpp

    r19821 r21324  
    555555  text_t indextype = args[macro_prefix+"buildtype"];
    556556  if(indextype == "") {
     557#ifdef ENABLE_MG
    557558    indextype = "mg";
     559#else
     560    cerr << "Unable to choose mg as the default indextype, since the Greenstone installation was not compiled with MG enabled." << endl;
     561#endif
    558562  }
    559563  options += " -indextype \"" + indextype + "\"";
Note: See TracChangeset for help on using the changeset viewer.