Changeset 16289
- Timestamp:
- 2008-07-03T11:13:19+12:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gsdl/trunk/packages/configure
r16020 r16289 22 22 ENVIRONMENT="" 23 23 24 # SQLite support disabled by default, switch it on with --enable-sqlite25 USE_SQLITE= false24 # SQLite support enabled by default, can switch it off with --disable-sqlite 25 USE_SQLITE=true 26 26 # yaz compilation enabled by default, can switch it off with --disable-yaz 27 27 USE_YAZ=true … … 49 49 fi 50 50 ;; 51 -- enable-sqlite)52 USE_SQLITE= true51 --disable-sqlite) 52 USE_SQLITE=false 53 53 ;; 54 54 --disable-yaz)
Note:
See TracChangeset
for help on using the changeset viewer.