fixed recognition of windows environment

This commit is contained in:
Frank Morgner
2013-05-17 00:54:17 +02:00
parent 936210c076
commit 32ce245da9

View File

@@ -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