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/common-src/packages/configure

    r20832 r21409  
    181181
    182182
     183# configure JDBM
     184echo ""
     185echo "Configuring JDBM"
     186if test x$USE_JDBM = xtrue ;
     187then
     188  echo ""
     189  cd "$PACKAGES/jdbm"
     190  if test ! -d jdbm-1.0 ;
     191  then
     192    gzip -dc gs-jdbm-1.0.tar.gz | tar -xf -
     193  fi
     194else
     195  echo "JDBM support disabled."
     196  echo "  add '--enable-jdbm' to the configure command to include JDBM support."
     197  echo ""
     198fi
     199
    183200# configure SQLite
    184201echo ""
     
    189206  cd "$PACKAGES/sqlite"
    190207  if test ! -d sqlite-amalgamation-3.5.9 ;
    191   then
     208  then 
    192209    gzip -dc sqlite-amalgamation-3.5.9.tar.gz | tar -xf -
    193210  fi
Note: See TracChangeset for help on using the changeset viewer.