From ff7be6ae2b79a8b3f0a8b094ec51d7ca3a62a265 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 6 Mar 2017 22:17:43 +0300 Subject: Add resources into build with mingw and automake. --- configure.ac | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7969baa0d..4df89a250 100755 --- a/configure.ac +++ b/configure.ac @@ -128,10 +128,18 @@ AC_TYPE_INT64_T AC_TYPE_SSIZE_T case $host in - (*mingw*) skip_check_lib="yes" ;; - (*) skip_check_lib="no" + (*mingw*) + skip_check_lib="yes" + mingw=true + ;; + (*) + skip_check_lib="no" + mingw=false + ;; esac +AM_CONDITIONAL(MINGW, test x$mingw = xtrue) + # Search for *-config AC_PATH_PROG(PKG_CONFIG, pkg-config) AC_PATH_PROG(CURL_CONFIG, curl-config) -- cgit v1.2.3-70-g09d2