mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-27 04:06:38 +00:00
fixed recognition of windows environment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user