From c1d9588890798e389d0f0ba633b704dee1ea8bf5 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 31 Jan 2013 21:32:46 -0500 Subject: [PATCH] build: Only use PKG_INSTALLDIR if available It's only in pkg-config 0.27 or newer, but 0.25 at least is still fairly widespread. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d7e4ed1..4996b79 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ AC_LIBTOOL_WIN32_DLL AM_PROG_LIBTOOL AC_PROG_MAKE_SET PKG_PROG_PKG_CONFIG -PKG_INSTALLDIR +m4_ifdef([PKG_INSTALLDIR], [PKG_INSTALLDIR], AC_SUBST([pkgconfigdir], ${libdir}/pkgconfig)) AC_MSG_CHECKING([for RM macro]) _predefined_rm=`make -p -f /dev/null 2>/dev/null|grep '^RM ='|sed -e 's/^RM = //'` -- 2.7.4