summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-06-15 15:37:30 +0800
committerfanquake <fanquake@gmail.com>2021-07-09 12:34:10 +0800
commit4ed3709637881dd7fa6881f936d83532de739617 (patch)
treedc6bdd432cf228d15ff6d01de2c3acee2672149a /m4
parent7708f6ce113b94e6307dd23ad114e00aaca794d3 (diff)
downloadlibevent-4ed3709637881dd7fa6881f936d83532de739617.tar.gz
build: remove NTP_PKG_CONFIG call from libevent_mbedtls.m4
I'm guessing this was just copied from libevent_openssl.m4, however there aren't actually any pkg-config calls / macros used here.
Diffstat (limited to 'm4')
-rw-r--r--m4/libevent_mbedtls.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/libevent_mbedtls.m4 b/m4/libevent_mbedtls.m4
index 4b903b9b..226c3e42 100644
--- a/m4/libevent_mbedtls.m4
+++ b/m4/libevent_mbedtls.m4
@@ -1,7 +1,6 @@
dnl ######################################################################
dnl mbedtls support
AC_DEFUN([LIBEVENT_MBEDTLS], [
-AC_REQUIRE([NTP_PKG_CONFIG])dnl
case "$enable_mbedtls" in
yes)