summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-04-01 15:52:54 +0200
committerMichael Adam <obnox@samba.org>2008-04-01 16:16:55 +0200
commit1cd7e36ace3abe2e384552b23b0a456ffad20eca (patch)
tree97ee723acaca53af98e393739c763f7a6252740c /source3/configure.in
parent52b463917e0a08bacc15b5d242952ba31e6339af (diff)
downloadsamba-1cd7e36ace3abe2e384552b23b0a456ffad20eca.tar.gz
samba-1cd7e36ace3abe2e384552b23b0a456ffad20eca.tar.bz2
samba-1cd7e36ace3abe2e384552b23b0a456ffad20eca.zip
configure: be more portable, use 'printf "%s"' instead of "echo -n"
Michael (This used to be commit 06dfb0cf7cd39e1072534fc32e79a4b4f6e49cb6)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index bcfad68875..ce3fcc90e2 100644
--- a/source3/configure.in
+++ b/source3/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 <gpfs_gpl.h>],