diff --git a/config/configure.in b/config/configure.in index 9191deba3..15fc01e70 100755 --- a/config/configure.in +++ b/config/configure.in @@ -32,7 +32,7 @@ case $ac_sys_system in esac if test "x${OS_IS_CYGWIN}" = "x1"; then -if test "${USE_VISUAL_STUDIO}" = "y"; then +if test "${WINDOWS_BUILD}" = "y"; then OS_IS_WIN=1; fi fi