Changeset 16288 for gsdl/trunk/configure


Ignore:
Timestamp:
2008-07-03T11:02:13+12:00 (16 years ago)
Author:
mdewsnip
Message:

Changed SQLite to be enabled by default -- SQL is the future of Greenstone, after all!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/configure

    r15932 r16288  
    859859  --disable-yaz           Disable YAZ compilation
    860860  --disable-accentfold    Disable Accent Folding for MGPP
    861   --enable-sqlite         Enable SQLite support
     861  --disable-sqlite        Disable SQLite support
    862862
    863863Optional Packages:
     
    14301430if test "${enable_sqlite+set}" = set; then
    14311431  enableval="$enable_sqlite"
     1432  USE_SQLITE=0
     1433else
    14321434  USE_SQLITE=1
    1433 else
    1434   USE_SQLITE=0
    14351435fi;
    14361436cat >>confdefs.h <<\_ACEOF
Note: See TracChangeset for help on using the changeset viewer.