configure: cleanup
Don't echo "-e" when using builtin echo in bash.
This commit is contained in:
parent
f975059a51
commit
aaf7045802
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue