summaryrefslogtreecommitdiffstats
path: root/win/configure.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-09 08:03:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-04-09 08:03:11 (GMT)
commit00b1448021754a9cd1539fbf2e362a7bd0828a50 (patch)
treed994659ea51527f6824d87b9aa859fb327305c05 /win/configure.in
parent9d0b3f045b6c187e33ae5e704d5d78b4041102cd (diff)
downloadtcl-00b1448021754a9cd1539fbf2e362a7bd0828a50.zip
tcl-00b1448021754a9cd1539fbf2e362a7bd0828a50.tar.gz
tcl-00b1448021754a9cd1539fbf2e362a7bd0828a50.tar.bz2
typo, (and accidently checked in changes to tclOO.decls, reverted in the next commit [d550d19c7c]
Diffstat (limited to 'win/configure.in')
-rw-r--r--win/configure.in2
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