configure: Better handling of missing pkgconfig

This commit is contained in:
TingPing
2015-04-22 22:11:31 -04:00
parent a3c257bdb4
commit 73d865b243
2 changed files with 39 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ AM_SILENT_RULES([yes])
AX_IS_RELEASE([minor-version])
AX_CHECK_ENABLE_DEBUG([yes])
AX_REQUIRE_DEFINED([PKG_PROG_PKG_CONFIG])
AC_USE_SYSTEM_EXTENSIONS
AM_MAINTAINER_MODE([enable])
@@ -27,6 +28,7 @@ AM_PROG_AR
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
AC_PATH_PROG(MDTOOL, mdtool, no)
PKG_PROG_PKG_CONFIG
dnl -----------------------------------------------------------
dnl Language Support