Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 487404
Collapse All | Expand All

(-)configure.ac- (-2 lines)
Lines 1002-1008 Link Here
1002
dnl check for kernel headers required by src/bridge.c
1002
dnl check for kernel headers required by src/bridge.c
1003
dnl
1003
dnl
1004
if test "$with_linux" = "yes"; then
1004
if test "$with_linux" = "yes"; then
1005
  if test "$with_qemu" = "yes" || test "$with_lxc" = "yes" ; then
1006
    # Various kernel versions have headers that are not self-standing, but
1005
    # Various kernel versions have headers that are not self-standing, but
1007
    # yet are incompatible with the corresponding glibc headers.  In order
1006
    # yet are incompatible with the corresponding glibc headers.  In order
1008
    # to guarantee compilation across a wide range of versions (from RHEL 5
1007
    # to guarantee compilation across a wide range of versions (from RHEL 5
Lines 1036-1042 Link Here
1036
        #endif
1035
        #endif
1037
        #include <linux/in6.h>
1036
        #include <linux/in6.h>
1038
      ]])
1037
      ]])
1039
  fi
1040
fi
1038
fi
1041
1039
1042
1040

Return to bug 487404