configure: cleanup

Don't echo "-e" when using builtin echo in bash.
This commit is contained in:
Stephen Hemminger 2015-06-25 15:10:22 -04:00
parent f975059a51
commit aaf7045802
1 changed files with 5 additions and 4 deletions

9
configure vendored
View File

@ -312,7 +312,8 @@ check_ipt
echo -n " IPSET " echo -n " IPSET "
check_ipset check_ipset
echo -n -e "\niptables modules directory: " echo
echo -n "iptables modules directory: "
check_ipt_lib_dir check_ipt_lib_dir
echo -n "libc has setns: " echo -n "libc has setns: "
@ -326,8 +327,8 @@ check_elf
echo -n "libmnl support: " echo -n "libmnl support: "
check_mnl check_mnl
echo " (required by tipc)"
echo -e "\nDocs" echo
echo -n "docs:"
check_docs check_docs
echo "" echo