mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 13:15:12 +02:00
build: remove dependency on netinet/in6.h
This commit is contained in:
@@ -27,8 +27,6 @@ AC_ARG_WITH([xtlibdir],
|
|||||||
[xtlibdir="$withval"],
|
[xtlibdir="$withval"],
|
||||||
[xtlibdir='${libexecdir}/xtables'])
|
[xtlibdir='${libexecdir}/xtables'])
|
||||||
|
|
||||||
AC_CHECK_HEADER([netinet/ip6.h], [], [AC_MSG_ERROR(but we need that for IPv6)])
|
|
||||||
|
|
||||||
AC_MSG_CHECKING([xtables.h presence])
|
AC_MSG_CHECKING([xtables.h presence])
|
||||||
if [[ -n "$xtables_location" ]]; then
|
if [[ -n "$xtables_location" ]]; then
|
||||||
if [[ -f "$xtables_location/xtables.h" ]]; then
|
if [[ -f "$xtables_location/xtables.h" ]]; then
|
||||||
|
Reference in New Issue
Block a user