aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c15da2e..00f7043 100755
--- a/configure
+++ b/configure
@@ -186,7 +186,7 @@ echo "ranlib: $ranlib"
186echo "strip: $strip" 186echo "strip: $strip"
187echo "static: $static" 187echo "static: $static"
188echo "shared: $shared" 188echo "shared: $shared"
189enabled shared && { 189if enabled shared; then
190 echo "msvc: $msvc"; 190 echo "msvc: $msvc";
191 echo "strip: $stripping"; 191 echo "strip: $stripping";
192} 192fi