Fossil SCM
fix comment
Commit
1de0faecffd7c0475a991a710d001939aab7da49
Parent
bde92b38c7f00da…
1 file changed
+3
-3
M
auto.def
+3
-3
| --- auto.def | ||
| +++ auto.def | ||
| @@ -41,13 +41,13 @@ | ||
| 41 | 41 | # the code below will append -ldl to LIBS. |
| 42 | 42 | # |
| 43 | 43 | foreach extralibs {{} {-ldl}} { |
| 44 | 44 | |
| 45 | 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. | |
| 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 | 49 | # |
| 50 | 50 | if {[cc-check-function-in-lib sqlite3_open sqlite3 $extralibs]} { |
| 51 | 51 | if {![cc-check-function-in-lib sqlite3_strglob sqlite3 $extralibs]} { |
| 52 | 52 | user-error "system sqlite3 too old (require >= 3.7.17)" |
| 53 | 53 | } |
| 54 | 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 |
| 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 |