Ignore:
Timestamp:
2010-07-12T15:06:25+12:00 (14 years ago)
Author:
sjm84
Message:

Greenstone 2 now compiles and installs on 64-bit linux machines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/common-src/indexers/configure.ac

    r22070 r22378  
    7373
    7474dnl
    75 dnl Make sure Javac and Java are available
     75dnl Make sure Javac and Java are available if were are compiling Lucene
    7676dnl
    7777
    78 AC_PROG_JAVAC
    79 AC_PROG_JAVA
     78if test "$ENABLE_LUCENE" = "1" ; then
     79  AC_PROG_JAVAC
     80  AC_PROG_JAVA
     81fi
    8082
    8183dnl
Note: See TracChangeset for help on using the changeset viewer.