Fossil SCM
minor formatting fix.
Commit
31545360abfca7a9a217349fad58fcba08777765
Parent
5df13a0b38162b3…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -9,11 +9,11 @@ | ||
| 9 | 9 | with-tcl:path => {Enable Tcl integration, with Tcl in the specified path} |
| 10 | 10 | internal-sqlite=1 => {Don't use the internal sqlite, use the system one} |
| 11 | 11 | static=0 => {Link a static executable} |
| 12 | 12 | lineedit=1 => {Disable line editing} |
| 13 | 13 | fossil-debug=0 => {Build with fossil debugging enabled} |
| 14 | - json=0 => {Build with fossil JSON API enabled} | |
| 14 | + json=0 => {Build with fossil JSON API enabled} | |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | # sqlite wants these types if possible |
| 18 | 18 | cc-with {-includes {stdint.h inttypes.h}} { |
| 19 | 19 | cc-check-types uint32_t uint16_t int16_t uint8_t |
| 20 | 20 |
| --- auto.def | |
| +++ auto.def | |
| @@ -9,11 +9,11 @@ | |
| 9 | with-tcl:path => {Enable Tcl integration, with Tcl in the specified path} |
| 10 | internal-sqlite=1 => {Don't use the internal sqlite, use the system one} |
| 11 | static=0 => {Link a static executable} |
| 12 | lineedit=1 => {Disable line editing} |
| 13 | fossil-debug=0 => {Build with fossil debugging enabled} |
| 14 | json=0 => {Build with fossil JSON API enabled} |
| 15 | } |
| 16 | |
| 17 | # sqlite wants these types if possible |
| 18 | cc-with {-includes {stdint.h inttypes.h}} { |
| 19 | cc-check-types uint32_t uint16_t int16_t uint8_t |
| 20 |
| --- auto.def | |
| +++ auto.def | |
| @@ -9,11 +9,11 @@ | |
| 9 | with-tcl:path => {Enable Tcl integration, with Tcl in the specified path} |
| 10 | internal-sqlite=1 => {Don't use the internal sqlite, use the system one} |
| 11 | static=0 => {Link a static executable} |
| 12 | lineedit=1 => {Disable line editing} |
| 13 | fossil-debug=0 => {Build with fossil debugging enabled} |
| 14 | json=0 => {Build with fossil JSON API enabled} |
| 15 | } |
| 16 | |
| 17 | # sqlite wants these types if possible |
| 18 | cc-with {-includes {stdint.h inttypes.h}} { |
| 19 | cc-check-types uint32_t uint16_t int16_t uint8_t |
| 20 |