From 0e4ce6a0738bc4028b9e213fbd346fb9bb19ed73 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 1 Apr 2008 15:52:54 +0200 Subject: configure: be more portable, use 'printf "%s"' instead of "echo -n" Michael (cherry picked from commit 06dfb0cf7cd39e1072534fc32e79a4b4f6e49cb6) --- source/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/configure.in') diff --git a/source/configure.in b/source/configure.in index b2049781369..8487bbc6a9d 100644 --- a/source/configure.in +++ b/source/configure.in @@ -1075,7 +1075,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 ], -- cgit