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.
This commit is contained in:
fanquake 2021-06-15 15:37:30 +08:00
parent 7708f6ce11
commit 4ed3709637
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -1,7 +1,6 @@
dnl ######################################################################
dnl mbedtls support
AC_DEFUN([LIBEVENT_MBEDTLS], [
AC_REQUIRE([NTP_PKG_CONFIG])dnl
case "$enable_mbedtls" in
yes)