From 63d66aaceaddf7ede9f9f42cc35ed641f62ddb3b Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 20 Jan 2014 03:09:20 +0000 Subject: Silences "echo ignoring *" --- configure | 4 ++-- 1 file 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 fi if ! enabled stripping; then - strip="echo ignoring strip" + strip="@echo ignoring strip" fi if enabled shared; then lib /? > /dev/null 2>&1 /dev/null && enable msvc || disable msvc fi -enabled msvc && libcmd="lib" || libcmd="echo ignoring lib" +enabled msvc && libcmd="lib" || libcmd="@echo ignoring lib" echo "# Automatically generated by configure" > config.mak echo "prefix=$prefix" >> config.mak -- cgit v1.2.3-55-g6feb