diff options
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -186,7 +186,7 @@ echo "ranlib: $ranlib" | |||
186 | echo "strip: $strip" | 186 | echo "strip: $strip" |
187 | echo "static: $static" | 187 | echo "static: $static" |
188 | echo "shared: $shared" | 188 | echo "shared: $shared" |
189 | enabled shared && { | 189 | if enabled shared; then |
190 | echo "msvc: $msvc"; | 190 | echo "msvc: $msvc"; |
191 | echo "strip: $stripping"; | 191 | echo "strip: $stripping"; |
192 | } | 192 | fi |