Ignore:
Timestamp:
2010-05-10T18:24:37+12:00 (14 years ago)
Author:
ak19
Message:

Undoing the commits of 22058 to the indexer folder: USE_GDBM, USE_JDBM are not relevant here (or USE_SQLITE).

File:
1 edited

Legend:

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

    r22058 r22070  
    3636fi
    3737AC_SUBST(COMPAT32BITFLAGS)
    38 
    39 
    40 dnl
    41 dnl Set use of JDBM (enabled by default)
    42 dnl
    43 AC_ARG_ENABLE(jdbm, [  --disable-jdbm        Disable JDBM compilation], USE_JDBM=$enableval, USE_JDBM=yes)
    44 if test $USE_JDBM = "yes" -o $USE_JDBM = "1" ; then
    45   USE_JDBM=1
    46   AC_DEFINE(USE_JDBM,[])
    47 else
    48   USE_JDBM=0
    49 fi
    50 AC_SUBST(USE_JDBM)
    51 
    52 dnl
    53 dnl Set use of GDBM (enabled by default)
    54 dnl
    55 AC_ARG_ENABLE(gdbm, [  --disable-gdbm        Disable GDBM compilation], USE_GDBM=$enableval, USE_GDBM=yes)
    56 if test $USE_GDBM = "yes" -o $USE_GDBM = "1" ; then
    57   USE_GDBM=1
    58   AC_DEFINE(USE_GDBM,[])
    59 else
    60   USE_GDBM=0
    61 fi
    62 AC_SUBST(USE_GDBM)
    6338
    6439
Note: See TracChangeset for help on using the changeset viewer.