naccyde / rpms / iproute

Forked from rpms/iproute 8 months ago
Clone

Blame SOURCES/0182-configure-cleanup.patch

049c96
From b0c8d9f05f7241b3c8ea8ecc92853109a4fa9762 Mon Sep 17 00:00:00 2001
049c96
From: Phil Sutter <psutter@redhat.com>
049c96
Date: Sat, 9 Jul 2016 11:30:52 +0200
049c96
Subject: [PATCH] configure: cleanup
049c96
049c96
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1342515
049c96
Upstream Status: iproute2.git commit aaf70458028a2
049c96
049c96
commit aaf70458028a243f0d60bbe82b787bdb1f3b9a31
049c96
Author: Stephen Hemminger <shemming@brocade.com>
049c96
Date:   Thu Jun 25 15:10:22 2015 -0400
049c96
049c96
    configure: cleanup
049c96
049c96
    Don't echo "-e" when using builtin echo in bash.
049c96
---
049c96
 configure | 9 +++++----
049c96
 1 file changed, 5 insertions(+), 4 deletions(-)
049c96
049c96
diff --git a/configure b/configure
049c96
index b270ace..6672277 100755
049c96
--- a/configure
049c96
+++ b/configure
049c96
@@ -289,7 +289,8 @@ check_ipt
049c96
 echo -n " IPSET  "
049c96
 check_ipset
049c96
 
049c96
-echo -n -e "\niptables modules directory: "
049c96
+echo
049c96
+echo -n "iptables modules directory: "
049c96
 check_ipt_lib_dir
049c96
 
049c96
 echo -n "libc has setns: "
049c96
@@ -300,8 +301,8 @@ check_selinux
049c96
 
049c96
 echo -n "libmnl support: "
049c96
 check_mnl
049c96
-echo " (required by tipc)"
049c96
 
049c96
-echo -e "\nDocs"
049c96
+echo
049c96
+echo -n "docs:"
049c96
 check_docs
049c96
-echo ""
049c96
+echo
049c96
-- 
049c96
1.8.3.1
049c96