strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
configure: Depend on libip4tc instead of libiptc
[strongswan.git]
/
configure.ac
diff --git
a/configure.ac
b/configure.ac
index
1aa8cdc
..
b0d5fcb
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1200,7
+1200,7
@@
if test x$xauth_pam = xtrue; then
fi
if test x$connmark = xtrue -o x$forecast = xtrue; then
- PKG_CHECK_MODULES(libiptc, [libiptc])
+ PKG_CHECK_MODULES(libiptc, [libip
4
tc])
AC_SUBST(libiptc_CFLAGS)
AC_SUBST(libiptc_LIBS)
fi