From 25c60496e84a8ee031d38edd11daee7b737a5ef7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 22 Nov 2015 20:51:27 +0100 Subject: install pkg-config file to arch-independent location MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is arch-independent, so no need to install it to /usr/lib* Cc: Jonas Ã…dahl Signed-off-by: Igor Gnatenko Reviewed-by: Quentin Glidic --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b97f411..a9b4834 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz]) AM_SILENT_RULES([yes]) -PKG_PROG_PKG_CONFIG() +PKG_NOARCH_INSTALLDIR AC_CONFIG_FILES([ Makefile -- cgit v1.2.3