Ignore:
Timestamp:
2010-01-04T23:08:33+13:00 (14 years ago)
Author:
davidb
Message:

Introduction of --enable-jdbm flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/configure.in

    r21377 r21409  
    6666AC_DEFINE(ENABLE_ACCENTFOLD, $ENABLE_ACCENTFOLD)
    6767AC_SUBST(ENABLE_ACCENTFOLD)
     68
     69dnl
     70dnl Set use of JDBM (enabled by default)
     71dnl
     72AC_ARG_ENABLE(jdbm, [  --disable-jdbm        Disable JDBM support], USE_JDBM=0, USE_JDBM=1)
     73AC_DEFINE(USE_JDBM, $USE_JDBM)
     74AC_SUBST(USE_JDBM)
    6875
    6976dnl
Note: See TracChangeset for help on using the changeset viewer.