Fossil SCM

Fixed setting of FOSSIL_ENABLE_JSON vis-a-vis autosetup.

stephan 2012-07-13 18:37 trunk
Commit 00b86a85be473132ebf1f32d43395f2d8e8a008e
1 file changed +1
+1
--- auto.def
+++ auto.def
@@ -66,10 +66,11 @@
6666
define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
6767
}
6868
6969
if {[opt-bool json]} {
7070
define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON
71
+ define FOSSIL_ENABLE_JSON
7172
}
7273
7374
if {[opt-bool static]} {
7475
# XXX: This will not work on all systems.
7576
define-append EXTRA_LDFLAGS -static
7677
--- auto.def
+++ auto.def
@@ -66,10 +66,11 @@
66 define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
67 }
68
69 if {[opt-bool json]} {
70 define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON
 
71 }
72
73 if {[opt-bool static]} {
74 # XXX: This will not work on all systems.
75 define-append EXTRA_LDFLAGS -static
76
--- auto.def
+++ auto.def
@@ -66,10 +66,11 @@
66 define-append EXTRA_CFLAGS -DFOSSIL_DEBUG
67 }
68
69 if {[opt-bool json]} {
70 define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON
71 define FOSSIL_ENABLE_JSON
72 }
73
74 if {[opt-bool static]} {
75 # XXX: This will not work on all systems.
76 define-append EXTRA_LDFLAGS -static
77

Keyboard Shortcuts

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