configure: Depend on libip4tc instead of libiptc
The libiptc meta-package apparently will be removed e.g. from Debian. We currently only need IPv4 support in the connmark and forecast plugins. Fixes #3338.
This commit is contained in:
+1
-1
@@ -1200,7 +1200,7 @@ if test x$xauth_pam = xtrue; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$connmark = xtrue -o x$forecast = xtrue; then
|
if test x$connmark = xtrue -o x$forecast = xtrue; then
|
||||||
PKG_CHECK_MODULES(libiptc, [libiptc])
|
PKG_CHECK_MODULES(libiptc, [libip4tc])
|
||||||
AC_SUBST(libiptc_CFLAGS)
|
AC_SUBST(libiptc_CFLAGS)
|
||||||
AC_SUBST(libiptc_LIBS)
|
AC_SUBST(libiptc_LIBS)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user