diff options
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 827ec051848..d421791826d 100644 --- a/configure.ac +++ b/configure.ac @@ -315,7 +315,7 @@ AC_ARG_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]) +        [], [with_ipv6_default=$with_libtirpc])  if test "x$ac_cv_file__etc_redhat_release" = "xyes"; then          if rpm -qa centos-release | grep centos; then  | 
