summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-06-10 21:26:49 +0300
committerAndrei Karas <akaras@inbox.ru>2018-06-11 00:21:55 +0300
commit7b7771f90573b462b16ccb467500f4d7d533b6a9 (patch)
tree38c39cff90f831935d42440d68e314acadfdca81 /configure.ac
parentb02eceefa01bbe52f05d1e0db8693a2088808bac (diff)
downloadplus-7b7771f90573b462b16ccb467500f4d7d533b6a9.tar.gz
plus-7b7771f90573b462b16ccb467500f4d7d533b6a9.tar.bz2
plus-7b7771f90573b462b16ccb467500f4d7d533b6a9.tar.xz
plus-7b7771f90573b462b16ccb467500f4d7d533b6a9.zip
Add cross compilation fix by Helmut Grohne <helmut@subdivi.de>.s20180614
Related issue https://bugs.debian.org/901221
Diffstat (limited to 'configure.ac')
-rwxr-xr-xconfigure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 48e44a868..87cd36833 100755
--- a/configure.ac
+++ b/configure.ac
@@ -218,6 +218,7 @@ AC_TYPE_SSIZE_T
# Search for *-config
AC_PATH_PROG(PKG_CONFIG, pkg-config)
+PKG_PROG_PKG_CONFIG
AC_PATH_PROG(CURL_CONFIG, curl-config)
AC_PATH_PROG(ICU_CONFIG, icu-config)