configure: be more portable, use 'printf "%s"' instead of "echo -n"
authorMichael Adam <obnox@samba.org>
Tue, 1 Apr 2008 13:52:54 +0000 (15:52 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 1 Apr 2008 14:16:55 +0000 (16:16 +0200)
Michael
(This used to be commit 06dfb0cf7cd39e1072534fc32e79a4b4f6e49cb6)

source3/configure.in

index bcfad68875d825368d4252df7f8f85faf2b2ffaf..ce3fcc90e2becfce72a037721a8c2107274a11d8 100644 (file)
@@ -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 <gpfs_gpl.h>],