diff options
Diffstat (limited to 'auto.def')
-rw-r--r-- | auto.def | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,7 @@ options { mk - Interface to Metakit tclprefix - Support for the tcl::prefix command sqlite3 - Interface to sqlite3 + zlib - Interface to zlib win32 - Interface to win32 } with-out-jim-ext: {without-ext:"default|ext1 ext2 ..."} => { @@ -252,6 +253,7 @@ dict set extdb attrs { sdl { optional } signal { static } sqlite3 { optional } + zlib { optional } stdlib { tcl static } syslog {} tclcompat { tcl static } @@ -281,6 +283,7 @@ dict set extdb info { } signal { check {[have-feature sigaction] && [have-feature vfork]} } sqlite3 { check {[cc-check-function-in-lib sqlite3_prepare_v2 sqlite3]} libdep lib_sqlite3_prepare_v2 } + zlib { check {[cc-check-function-in-lib deflate z]} libdep lib_deflate } syslog { check {[have-feature syslog]} } tree { dep oo } win32 { check {[have-feature windows]} } |