diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-06-10 21:26:49 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-06-11 00:21:55 +0300 |
commit | 7b7771f90573b462b16ccb467500f4d7d533b6a9 (patch) | |
tree | 38c39cff90f831935d42440d68e314acadfdca81 /configure.ac | |
parent | b02eceefa01bbe52f05d1e0db8693a2088808bac (diff) | |
download | manaplus-7b7771f90573b462b16ccb467500f4d7d533b6a9.tar.gz manaplus-7b7771f90573b462b16ccb467500f4d7d533b6a9.tar.bz2 manaplus-7b7771f90573b462b16ccb467500f4d7d533b6a9.tar.xz manaplus-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-x | configure.ac | 1 |
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) |