Changeset 16289 for gsdl


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

Changed so SQLite is enabled by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/packages/configure

    r16020 r16289  
    2222ENVIRONMENT=""
    2323
    24 # SQLite support disabled by default, switch it on with --enable-sqlite
    25 USE_SQLITE=false
     24# SQLite support enabled by default, can switch it off with --disable-sqlite
     25USE_SQLITE=true
    2626# yaz compilation enabled by default, can switch it off with --disable-yaz
    2727USE_YAZ=true
     
    4949        fi
    5050        ;;
    51     --enable-sqlite)
    52         USE_SQLITE=true
     51    --disable-sqlite)
     52        USE_SQLITE=false
    5353        ;;
    5454    --disable-yaz)
Note: See TracChangeset for help on using the changeset viewer.