]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3511] Removed dependency on pkg-config
authorTomek Mrugalski <tomasz@isc.org>
Wed, 20 Aug 2014 12:56:08 +0000 (14:56 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 20 Aug 2014 12:56:08 +0000 (14:56 +0200)
configure.ac

index da2fd0d882e7ecd2dd3fcf95a9a9c01d8399f884..9cb086060e8c71fe5494ddececcdfd9d6e36b693 100644 (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.
 #