diff options
Diffstat (limited to 'win/configure.in')
-rw-r--r-- | win/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure.in b/win/configure.in index b286537..54727f8 100644 --- a/win/configure.in +++ b/win/configure.in @@ -301,7 +301,7 @@ AC_TRY_COMPILE([ tcl_have_wspiapi_h=yes, tcl_have_wspiapi_h=no) ) -if test "tcl_have_wspiapi_h" = "yes"; then +if test "$tcl_have_wspiapi_h" = "yes"; then AC_DEFINE(HAVE_WSPIAPI_H, 1, [Defined when wspiapi.h exists]) fi |