Fossil SCM
Fix a bug in the auto.def file.
Commit
35f80429f2653f704dec8e92842e366a1c8a9735
Parent
df9da91ba8fe406…
1 file changed
+1
-1
M
auto.def
+1
-1
| --- auto.def | ||
| +++ auto.def | ||
| @@ -96,11 +96,11 @@ | ||
| 96 | 96 | } else { |
| 97 | 97 | set msg "ssl in $dir" |
| 98 | 98 | set cflags "-I$dir/include" |
| 99 | 99 | set ldflags "-L$dir/include" |
| 100 | 100 | } |
| 101 | - if {[check-for-openssl $msg "$cflags $ldflags"} { | |
| 101 | + if {[check-for-openssl $msg "$cflags $ldflags"]} { | |
| 102 | 102 | incr found |
| 103 | 103 | break |
| 104 | 104 | } |
| 105 | 105 | } |
| 106 | 106 | } |
| 107 | 107 |
| --- auto.def | |
| +++ auto.def | |
| @@ -96,11 +96,11 @@ | |
| 96 | } else { |
| 97 | set msg "ssl in $dir" |
| 98 | set cflags "-I$dir/include" |
| 99 | set ldflags "-L$dir/include" |
| 100 | } |
| 101 | if {[check-for-openssl $msg "$cflags $ldflags"} { |
| 102 | incr found |
| 103 | break |
| 104 | } |
| 105 | } |
| 106 | } |
| 107 |
| --- auto.def | |
| +++ auto.def | |
| @@ -96,11 +96,11 @@ | |
| 96 | } else { |
| 97 | set msg "ssl in $dir" |
| 98 | set cflags "-I$dir/include" |
| 99 | set ldflags "-L$dir/include" |
| 100 | } |
| 101 | if {[check-for-openssl $msg "$cflags $ldflags"]} { |
| 102 | incr found |
| 103 | break |
| 104 | } |
| 105 | } |
| 106 | } |
| 107 |