Changeset 21419
- Timestamp:
- 2010-01-05T00:16:05+13:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/common-src/packages/configure
r21409 r21419 22 22 ENVIRONMENT="" 23 23 24 # JDBM support enabled by default, can switch it off with --disable-jdbm 25 ENABLE_JDBM=1 24 26 # SQLite support enabled by default, can switch it off with --disable-sqlite 25 27 USE_SQLITE=true … … 48 50 CACHE_FILE="--cache-file=$cache_file" 49 51 fi 52 ;; 53 --disable-jdbm) 54 ENABLE_JDBM=0 50 55 ;; 51 56 --disable-sqlite) … … 184 189 echo "" 185 190 echo "Configuring JDBM" 186 if test x$USE_JDBM = xtrue;191 if test $ENABLE_JDBM ; 187 192 then 188 193 echo ""
Note:
See TracChangeset
for help on using the changeset viewer.