From: Michael Adam Date: Tue, 1 Apr 2008 13:52:54 +0000 (+0200) Subject: configure: be more portable, use 'printf "%s"' instead of "echo -n" X-Git-Tag: samba-3.3.0pre1~2949 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06dfb0cf7cd39e1072534fc32e79a4b4f6e49cb6;p=thirdparty%2Fsamba.git configure: be more portable, use 'printf "%s"' instead of "echo -n" Michael --- diff --git a/source/configure.in b/source/configure.in index bcfad68875d..ce3fcc90e2b 100644 --- a/source/configure.in +++ b/source/configure.in @@ -1077,7 +1077,7 @@ AC_CHECK_HEADERS(execinfo.h libexc.h libunwind.h) AC_CHECK_FUNCS(backtrace_symbols) AC_CHECK_LIB(exc, trace_back_stack) -echo -n "checking for GPFS GPL libs... " +printf "%s" "checking for GPFS GPL libs... " save_LIBS="$LIBS" LIBS="$LIBS -lgpfs_gpl" AC_TRY_LINK([#include ],