From: Stephen Hemminger Date: Thu, 25 Jun 2015 19:10:22 +0000 (-0400) Subject: configure: cleanup X-Git-Tag: v4.2.0~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf70458028a243f0d60bbe82b787bdb1f3b9a31;p=thirdparty%2Fiproute2.git configure: cleanup Don't echo "-e" when using builtin echo in bash. --- diff --git a/configure b/configure index 1605464c6..3ae4c955a 100755 --- a/configure +++ b/configure @@ -312,7 +312,8 @@ check_ipt echo -n " IPSET " check_ipset -echo -n -e "\niptables modules directory: " +echo +echo -n "iptables modules directory: " check_ipt_lib_dir echo -n "libc has setns: " @@ -326,8 +327,8 @@ check_elf echo -n "libmnl support: " check_mnl -echo " (required by tipc)" -echo -e "\nDocs" +echo +echo -n "docs:" check_docs -echo "" +echo