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.

mistachkin 2012-01-22 06:59 trunk
Commit 238b761afafe62eb3d52a599f8aae76bf1b2bee3
1 file changed -1
-1
--- auto.def
+++ auto.def
@@ -26,11 +26,10 @@
2626
cc-check-progs tclsh
2727
2828
define EXTRA_CFLAGS ""
2929
define EXTRA_LDFLAGS ""
3030
define USE_SYSTEM_SQLITE ""
31
-define FOSSIL_ENABLE_TCL ""
3231
3332
if {![opt-bool internal-sqlite]} {
3433
proc find_internal_sqlite {} {
3534
3635
# On some systems (slackware), libsqlite3 requires -ldl to link. So
3736
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button