Fossil SCM

fix comment

jan.nijtmans 2014-01-05 10:55 UTC sqlite-min-to-3.7.17
Commit 1de0faecffd7c0475a991a710d001939aab7da49
1 file changed +3 -3
+3 -3
--- auto.def
+++ auto.def
@@ -41,13 +41,13 @@
4141
# the code below will append -ldl to LIBS.
4242
#
4343
foreach extralibs {{} {-ldl}} {
4444
4545
# Locate the system SQLite by searching for sqlite3_open(). Then check
46
- # if sqlite3_strglob() can be found as well. If we can find
47
- # open() but not wal_checkpoint(), then the system SQLite is too old
48
- # to link against fossil.
46
+ # if sqlite3_strglob() can be found as well. If we can find open() but
47
+ # not strglob(), then the system SQLite is too old to link against
48
+ # fossil.
4949
#
5050
if {[cc-check-function-in-lib sqlite3_open sqlite3 $extralibs]} {
5151
if {![cc-check-function-in-lib sqlite3_strglob sqlite3 $extralibs]} {
5252
user-error "system sqlite3 too old (require >= 3.7.17)"
5353
}
5454
--- auto.def
+++ auto.def
@@ -41,13 +41,13 @@
41 # the code below will append -ldl to LIBS.
42 #
43 foreach extralibs {{} {-ldl}} {
44
45 # Locate the system SQLite by searching for sqlite3_open(). Then check
46 # if sqlite3_strglob() can be found as well. If we can find
47 # open() but not wal_checkpoint(), then the system SQLite is too old
48 # to link against fossil.
49 #
50 if {[cc-check-function-in-lib sqlite3_open sqlite3 $extralibs]} {
51 if {![cc-check-function-in-lib sqlite3_strglob sqlite3 $extralibs]} {
52 user-error "system sqlite3 too old (require >= 3.7.17)"
53 }
54
--- auto.def
+++ auto.def
@@ -41,13 +41,13 @@
41 # the code below will append -ldl to LIBS.
42 #
43 foreach extralibs {{} {-ldl}} {
44
45 # Locate the system SQLite by searching for sqlite3_open(). Then check
46 # if sqlite3_strglob() can be found as well. If we can find open() but
47 # not strglob(), then the system SQLite is too old to link against
48 # fossil.
49 #
50 if {[cc-check-function-in-lib sqlite3_open sqlite3 $extralibs]} {
51 if {![cc-check-function-in-lib sqlite3_strglob sqlite3 $extralibs]} {
52 user-error "system sqlite3 too old (require >= 3.7.17)"
53 }
54

Keyboard Shortcuts

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