From 41a79ca93b9ea1bcbd0ab60003474e9b2b843f1f Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Sun, 4 Jan 2004 21:34:33 +0000 Subject: [PATCH] *** empty log message *** --- config/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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