Fossil SCM
Fix to auto.def related to making markdown on by default.
Commit
ce93b460aef12780a79dd4b8baf0f2a7c204c72b
Parent
5a920d726b7c365…
1 file changed
+3
-3
M
auto.def
+3
-3
| --- auto.def | ||
| +++ auto.def | ||
| @@ -74,13 +74,13 @@ | ||
| 74 | 74 | # reading config.h first. |
| 75 | 75 | define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON |
| 76 | 76 | define FOSSIL_ENABLE_JSON |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | -if {[opt-bool markdown]} { | |
| 80 | - # no-op. Markdown is now enabled by default. | |
| 81 | -} | |
| 79 | +#if {[opt-bool markdown]} { | |
| 80 | +# # no-op. Markdown is now enabled by default. | |
| 81 | +#} | |
| 82 | 82 | |
| 83 | 83 | if {[opt-bool static]} { |
| 84 | 84 | # XXX: This will not work on all systems. |
| 85 | 85 | define-append EXTRA_LDFLAGS -static |
| 86 | 86 | } |
| 87 | 87 |
| --- auto.def | |
| +++ auto.def | |
| @@ -74,13 +74,13 @@ | |
| 74 | # reading config.h first. |
| 75 | define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON |
| 76 | define FOSSIL_ENABLE_JSON |
| 77 | } |
| 78 | |
| 79 | if {[opt-bool markdown]} { |
| 80 | # no-op. Markdown is now enabled by default. |
| 81 | } |
| 82 | |
| 83 | if {[opt-bool static]} { |
| 84 | # XXX: This will not work on all systems. |
| 85 | define-append EXTRA_LDFLAGS -static |
| 86 | } |
| 87 |
| --- auto.def | |
| +++ auto.def | |
| @@ -74,13 +74,13 @@ | |
| 74 | # reading config.h first. |
| 75 | define-append EXTRA_CFLAGS -DFOSSIL_ENABLE_JSON |
| 76 | define FOSSIL_ENABLE_JSON |
| 77 | } |
| 78 | |
| 79 | #if {[opt-bool markdown]} { |
| 80 | # # no-op. Markdown is now enabled by default. |
| 81 | #} |
| 82 | |
| 83 | if {[opt-bool static]} { |
| 84 | # XXX: This will not work on all systems. |
| 85 | define-append EXTRA_LDFLAGS -static |
| 86 | } |
| 87 |