mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
Note that we don't need to worry about pkg-config lacking --exists.
[skip ci]
This commit is contained in:
parent
f57a25811d
commit
41df53a5c6
4
aclocal.m4
vendored
4
aclocal.m4
vendored
@ -537,6 +537,10 @@ AC_DEFUN(AC_LBL_LIBPCAP,
|
||||
#
|
||||
# We have it. Are there .pc files for libpcap?
|
||||
#
|
||||
# --exists was introduced in pkg-config 0.4.0; that
|
||||
# dates back to late 2000, so we won't worry about
|
||||
# earlier releases that lack it.
|
||||
#
|
||||
AC_MSG_CHECKING(whether there are .pc files for libpcap)
|
||||
if "$PKG_CONFIG" libpcap --exists ; then
|
||||
#
|
||||
|
4
configure
vendored
4
configure
vendored
@ -5462,6 +5462,10 @@ fi
|
||||
#
|
||||
# We have it. Are there .pc files for libpcap?
|
||||
#
|
||||
# --exists was introduced in pkg-config 0.4.0; that
|
||||
# dates back to late 2000, so we won't worry about
|
||||
# earlier releases that lack it.
|
||||
#
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether there are .pc files for libpcap" >&5
|
||||
$as_echo_n "checking whether there are .pc files for libpcap... " >&6; }
|
||||
if "$PKG_CONFIG" libpcap --exists ; then
|
||||
|
Loading…
Reference in New Issue
Block a user