summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnoop C S <anoopcs@redhat.com>2018-01-25 14:12:45 +0530
committerShyamsundar Ranganathan <srangana@redhat.com>2018-02-15 14:08:37 +0000
commit5638643920f0f867b8141ad4305eed8a973c5b27 (patch)
treef2973c98f711e0ac4ad50f2f07a986e05a5510f5
parentff23cba5d8bd1989e0d45680dc78d6c65d5f4020 (diff)
build: Remove unwanted autoconf messages for libtirpc
AC_MSG_RESULT is normally used when it is preceded by AC_MSG_CHECKING during explicit checking of certain requirements. With PKG_CHECK_MODULES being used for checking the presence of libtirpc itself generates the following message: checking for TIRPC... yes Change-Id: I3f088a45ef2ced6f6fd9e1524e758c812deecb8f BUG: 1538723 Signed-off-by: Anoop C S <anoopcs@redhat.com> (cherry picked from commit ec2c95f310fdd30531b04f85840860aae2c8dff4)
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f8b89e1ff64..0173f8ecd35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -299,12 +299,10 @@ fi
AC_ARG_WITH([libtirpc],
[AC_HELP_STRING([--without-libtirpc], [Use legacy glibc RPC.])],
[], [with_libtirpc=yes])
-AC_MSG_RESULT([$with_libtirpc])
AC_ARG_WITH([ipv6-default],
AC_HELP_STRING([--with-ipv6-default], [Set IPv6 as default.]),
[with_ipv6_default=$with_libtirpc], [with_ipv6_default=no])
-AC_MSG_RESULT([$with_ipv6_default])
if test "x$ac_cv_file__etc_redhat_release" = "xyes"; then
if rpm -qa centos-release | grep centos; then