Fossil SCM

Never define USE_SYSTEM_SQLITE as empty string: C preprocessor cannot handle that.

jan.nijtmans 2014-01-02 23:08 trunk
Commit a13c37313dcd056d7e472e6757c0503c06c0d591
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -28,11 +28,11 @@
2828
# Find tclsh for the test suite. Can't yet use jimsh for this.
2929
cc-check-progs tclsh
3030
3131
define EXTRA_CFLAGS ""
3232
define EXTRA_LDFLAGS ""
33
-define USE_SYSTEM_SQLITE ""
33
+define USE_SYSTEM_SQLITE 0
3434
3535
if {![opt-bool internal-sqlite]} {
3636
proc find_internal_sqlite {} {
3737
3838
# On some systems (slackware), libsqlite3 requires -ldl to link. So
3939
--- auto.def
+++ auto.def
@@ -28,11 +28,11 @@
28 # Find tclsh for the test suite. Can't yet use jimsh for this.
29 cc-check-progs tclsh
30
31 define EXTRA_CFLAGS ""
32 define EXTRA_LDFLAGS ""
33 define USE_SYSTEM_SQLITE ""
34
35 if {![opt-bool internal-sqlite]} {
36 proc find_internal_sqlite {} {
37
38 # On some systems (slackware), libsqlite3 requires -ldl to link. So
39
--- auto.def
+++ auto.def
@@ -28,11 +28,11 @@
28 # Find tclsh for the test suite. Can't yet use jimsh for this.
29 cc-check-progs tclsh
30
31 define EXTRA_CFLAGS ""
32 define EXTRA_LDFLAGS ""
33 define USE_SYSTEM_SQLITE 0
34
35 if {![opt-bool internal-sqlite]} {
36 proc find_internal_sqlite {} {
37
38 # On some systems (slackware), libsqlite3 requires -ldl to link. So
39

Keyboard Shortcuts

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