From 32ce245da933aee8cb40526b0a7d4a11c174bec1 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Fri, 17 May 2013 00:54:17 +0200 Subject: [PATCH] fixed recognition of windows environment --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 2310b9a..ed2d1d9 100644 --- a/configure.ac +++ b/configure.ac @@ -30,7 +30,7 @@ case "$host" in AC_MSG_RESULT([Fixing libtool for -rpath problems.]) sed -i -r 's/(hardcode_into_libs)=.*$/\1=no/' libtool ;; - *-pc-mingw32msvc) + *-mingw32*) WITH_POSIX_ONLY_EXAMPLES=0 AC_MSG_RESULT([Disable extended examples due to target Windows system.]) # Undefine __STRICT_ANSI__ to allow to use strdup, putenv, etc. without warnings