Fossil SCM

Fix a bug in the auto.def file.

drh 2011-07-14 00:28 trunk
Commit 35f80429f2653f704dec8e92842e366a1c8a9735
1 file changed +1 -1
+1 -1
--- auto.def
+++ auto.def
@@ -96,11 +96,11 @@
9696
} else {
9797
set msg "ssl in $dir"
9898
set cflags "-I$dir/include"
9999
set ldflags "-L$dir/include"
100100
}
101
- if {[check-for-openssl $msg "$cflags $ldflags"} {
101
+ if {[check-for-openssl $msg "$cflags $ldflags"]} {
102102
incr found
103103
break
104104
}
105105
}
106106
}
107107
--- 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

Keyboard Shortcuts

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