From: fanquake Date: Tue, 15 Jun 2021 07:37:30 +0000 (+0800) Subject: build: remove NTP_PKG_CONFIG call from libevent_mbedtls.m4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ed3709637881dd7fa6881f936d83532de739617;p=libevent 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. --- 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)