aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 00f7043..8b991ee 100755
--- a/configure
+++ b/configure
@@ -155,14 +155,14 @@ if enabled msvc; then
155fi 155fi
156 156
157if ! enabled stripping; then 157if ! enabled stripping; then
158 strip="echo ignoring strip" 158 strip="@echo ignoring strip"
159fi 159fi
160 160
161if enabled shared; then 161if enabled shared; then
162 lib /? > /dev/null 2>&1 /dev/null && enable msvc || disable msvc 162 lib /? > /dev/null 2>&1 /dev/null && enable msvc || disable msvc
163fi 163fi
164 164
165enabled msvc && libcmd="lib" || libcmd="echo ignoring lib" 165enabled msvc && libcmd="lib" || libcmd="@echo ignoring lib"
166 166
167echo "# Automatically generated by configure" > config.mak 167echo "# Automatically generated by configure" > config.mak
168echo "prefix=$prefix" >> config.mak 168echo "prefix=$prefix" >> config.mak