summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-Antoine Perennou <Marc-Antoine@Perennou.com>2016-05-26 12:17:50 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2016-05-26 12:17:50 +0900
commitb210c0d8c601f4b458b4f06937303e9479466fec (patch)
tree7880b640e0214f609ff43cdb4c851baddf9f0493
parent84c18f1d382548c52138822a11473d2dac79e485 (diff)
downloadibus-b210c0d8c601f4b458b4f06937303e9479466fec.tar.gz
configure: don't hardcode pkg-config
BUG=https://github.com/ibus/ibus/pull/1860 R=Shawn.P.Huang@gmail.com Review URL: https://codereview.appspot.com/299150043 Patch from Marc-Antoine Perennou <Marc-Antoine@Perennou.com>.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 23d01d93..1e1f5dd3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -603,7 +603,7 @@ fi
PKG_CHECK_MODULES(ISOCODES, [
iso-codes
])
-ISOCODES_PREFIX=`pkg-config iso-codes --variable=prefix`
+ISOCODES_PREFIX=`$PKG_CONFIG iso-codes --variable=prefix`
AC_SUBST(ISOCODES_PREFIX)
# OUTPUT files