Fossil SCM
Revise previous commit: since the FOSSIL_ENABLE_TCL macro is used in source files as well as the Makefile itself, it cannot be initially set to an empty string in auto.def.
Commit
238b761afafe62eb3d52a599f8aae76bf1b2bee3
Parent
21555be397304a5…
1 file changed
-1
M
auto.def
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -26,11 +26,10 @@ | ||
| 26 | 26 | cc-check-progs tclsh |
| 27 | 27 | |
| 28 | 28 | define EXTRA_CFLAGS "" |
| 29 | 29 | define EXTRA_LDFLAGS "" |
| 30 | 30 | define USE_SYSTEM_SQLITE "" |
| 31 | -define FOSSIL_ENABLE_TCL "" | |
| 32 | 31 | |
| 33 | 32 | if {![opt-bool internal-sqlite]} { |
| 34 | 33 | proc find_internal_sqlite {} { |
| 35 | 34 | |
| 36 | 35 | # On some systems (slackware), libsqlite3 requires -ldl to link. So |
| 37 | 36 |
| --- auto.def | |
| +++ auto.def | |
| @@ -26,11 +26,10 @@ | |
| 26 | cc-check-progs tclsh |
| 27 | |
| 28 | define EXTRA_CFLAGS "" |
| 29 | define EXTRA_LDFLAGS "" |
| 30 | define USE_SYSTEM_SQLITE "" |
| 31 | define FOSSIL_ENABLE_TCL "" |
| 32 | |
| 33 | if {![opt-bool internal-sqlite]} { |
| 34 | proc find_internal_sqlite {} { |
| 35 | |
| 36 | # On some systems (slackware), libsqlite3 requires -ldl to link. So |
| 37 |
| --- auto.def | |
| +++ auto.def | |
| @@ -26,11 +26,10 @@ | |
| 26 | cc-check-progs tclsh |
| 27 | |
| 28 | define EXTRA_CFLAGS "" |
| 29 | define EXTRA_LDFLAGS "" |
| 30 | define USE_SYSTEM_SQLITE "" |
| 31 | |
| 32 | if {![opt-bool internal-sqlite]} { |
| 33 | proc find_internal_sqlite {} { |
| 34 | |
| 35 | # On some systems (slackware), libsqlite3 requires -ldl to link. So |
| 36 |