2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[3511] Removed dependency on pkg-config

This commit is contained in:
Tomek Mrugalski
2014-08-20 14:56:08 +02:00
parent d1fd08bc11
commit 42f9d432d2

View File

@@ -1199,12 +1199,6 @@ AC_SUBST(GTEST_LDFLAGS)
AC_SUBST(GTEST_LDADD)
AC_SUBST(GTEST_SOURCE)
dnl check for pkg-config itself
AC_CHECK_PROG(HAVE_PKG_CONFIG, pkg-config, yes, no)
if test "x$HAVE_PKG_CONFIG" = "xno" ; then
AC_MSG_ERROR(Please install pkg-config)
fi
#
# ASIO: we extensively use it as the C++ event management module.
#