summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-01 15:52:54 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-04 12:37:32 +0200
commit0e4ce6a0738bc4028b9e213fbd346fb9bb19ed73 (patch)
tree8b5360cfb688b830b6f6c352b1d11eb53ae1cd58 /source/configure.in
parent26240bfa6c000619e462b89f72f9c9db48e67780 (diff)
downloadsamba-0e4ce6a0738bc4028b9e213fbd346fb9bb19ed73.tar.gz
samba-0e4ce6a0738bc4028b9e213fbd346fb9bb19ed73.tar.xz
samba-0e4ce6a0738bc4028b9e213fbd346fb9bb19ed73.zip
configure: be more portable, use 'printf "%s"' instead of "echo -n"
Michael (cherry picked from commit 06dfb0cf7cd39e1072534fc32e79a4b4f6e49cb6)
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
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 <gpfs_gpl.h>],