aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-01-20 03:09:20 +0000
committerTimothy Gu <timothygu99@gmail.com>2014-01-20 03:09:20 +0000
commit63d66aaceaddf7ede9f9f42cc35ed641f62ddb3b (patch)
treeb65db592bfb4ba244a0de74a00965af82f8845da
parent29e7d7af41fe845eeabfd07c63f130fcef2cf741 (diff)
downloaddlfcn-win32-63d66aaceaddf7ede9f9f42cc35ed641f62ddb3b.tar.gz
dlfcn-win32-63d66aaceaddf7ede9f9f42cc35ed641f62ddb3b.tar.bz2
dlfcn-win32-63d66aaceaddf7ede9f9f42cc35ed641f62ddb3b.zip
Silences "echo ignoring *"
-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