Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 454116 | Differences between
and this patch

Collapse All | Expand All

(-)a/configure.in (-1 / +5 lines)
Lines 96-102 CFLAGS="$CFLAGS -D_REENTRANT -D_THREAD_SAFE" Link Here
96
96
97
dnl Check whether to enable IPv6 support
97
dnl Check whether to enable IPv6 support
98
AC_ARG_ENABLE([ipv6],[  --enable-ipv6           Enable IPv6 support (disabled by default)],
98
AC_ARG_ENABLE([ipv6],[  --enable-ipv6           Enable IPv6 support (disabled by default)],
99
              CFLAGS="$CFLAGS -DINET6",)
99
              [enable_ipv6=$enableval],
100
              [enable_ipv6=no])
101
if test $enable_ipv6 = yes; then
102
  CFLAGS="$CFLAGS -DINET6"
103
fi
100
104
101
AC_SUBST(HAVE_NEW_SS_FAMILY)
105
AC_SUBST(HAVE_NEW_SS_FAMILY)
102
AC_OUTPUT(Makefile src/Makefile man/Makefile)
106
AC_OUTPUT(Makefile src/Makefile man/Makefile)

Return to bug 454116