diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-09 08:03:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2011-04-09 08:03:11 (GMT) |
commit | 00b1448021754a9cd1539fbf2e362a7bd0828a50 (patch) | |
tree | d994659ea51527f6824d87b9aa859fb327305c05 /win/configure | |
parent | 9d0b3f045b6c187e33ae5e704d5d78b4041102cd (diff) | |
download | tcl-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')
-rwxr-xr-x | win/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/configure b/win/configure index c3969fa..ecfd2ec 100755 --- a/win/configure +++ b/win/configure @@ -3758,7 +3758,7 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext fi echo "$as_me:$LINENO: result: $tcl_have_wspiapi_h" >&5 echo "${ECHO_T}$tcl_have_wspiapi_h" >&6 -if test "tcl_have_wspiapi_h" = "yes"; then +if test "$tcl_have_wspiapi_h" = "yes"; then cat >>confdefs.h <<\_ACEOF #define HAVE_WSPIAPI_H 1 |