Fossil SCM
Robustify '--with-miniz' option handling in 'auto.def'.
Commit
7cadfc973630281839a402cf89d26cd17f0d03d7
Parent
f9c14d7d6d9d3f1…
1 file changed
+1
M
auto.def
+1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -37,10 +37,11 @@ | ||
| 37 | 37 | |
| 38 | 38 | define EXTRA_CFLAGS "" |
| 39 | 39 | define EXTRA_LDFLAGS "" |
| 40 | 40 | define USE_SYSTEM_SQLITE 0 |
| 41 | 41 | define USE_LINENOISE 0 |
| 42 | +define FOSSIL_ENABLE_MINIZ 0 | |
| 42 | 43 | |
| 43 | 44 | # This procedure is a customized version of "cc-check-function-in-lib", |
| 44 | 45 | # that does not modify the LIBS variable. Its use prevents prematurely |
| 45 | 46 | # pulling in libraries that will be added later anyhow (e.g. "-ldl"). |
| 46 | 47 | proc check-function-in-lib {function libs {otherlibs {}}} { |
| 47 | 48 |
| --- auto.def | |
| +++ auto.def | |
| @@ -37,10 +37,11 @@ | |
| 37 | |
| 38 | define EXTRA_CFLAGS "" |
| 39 | define EXTRA_LDFLAGS "" |
| 40 | define USE_SYSTEM_SQLITE 0 |
| 41 | define USE_LINENOISE 0 |
| 42 | |
| 43 | # This procedure is a customized version of "cc-check-function-in-lib", |
| 44 | # that does not modify the LIBS variable. Its use prevents prematurely |
| 45 | # pulling in libraries that will be added later anyhow (e.g. "-ldl"). |
| 46 | proc check-function-in-lib {function libs {otherlibs {}}} { |
| 47 |
| --- auto.def | |
| +++ auto.def | |
| @@ -37,10 +37,11 @@ | |
| 37 | |
| 38 | define EXTRA_CFLAGS "" |
| 39 | define EXTRA_LDFLAGS "" |
| 40 | define USE_SYSTEM_SQLITE 0 |
| 41 | define USE_LINENOISE 0 |
| 42 | define FOSSIL_ENABLE_MINIZ 0 |
| 43 | |
| 44 | # This procedure is a customized version of "cc-check-function-in-lib", |
| 45 | # that does not modify the LIBS variable. Its use prevents prematurely |
| 46 | # pulling in libraries that will be added later anyhow (e.g. "-ldl"). |
| 47 | proc check-function-in-lib {function libs {otherlibs {}}} { |
| 48 |