summaryrefslogtreecommitdiffstats
path: root/unix/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-29 10:12:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-07-29 10:12:12 (GMT)
commit9bfd2fab46c184c9b9e968190461f706c8729572 (patch)
tree77052a1b04cfbe94d67b034868a6b6d1fd59091d /unix/configure
parent83bd34e627b2f9c0c0b5fe3917e82f3428dc9565 (diff)
parent35f064fd91f1a987c493f4740df59d3a0f162a42 (diff)
downloadtcl-9bfd2fab46c184c9b9e968190461f706c8729572.zip
tcl-9bfd2fab46c184c9b9e968190461f706c8729572.tar.gz
tcl-9bfd2fab46c184c9b9e968190461f706c8729572.tar.bz2
Make sure that "string is space \u202f" will continue to return "1", even if in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/].
Don't hardcode "tclWinError.o" for Cygwin
Diffstat (limited to 'unix/configure')
-rwxr-xr-xunix/configure3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure
index eac1b53..8779d7f 100755
--- a/unix/configure
+++ b/unix/configure
@@ -7070,7 +7070,8 @@ fi
SHLIB_LD='${CC} -shared'
SHLIB_SUFFIX=".dll"
DL_OBJS="tclLoadDl.o"
- PLAT_OBJS="tclWinError.o"
+ PLAT_OBJS='${CYGWIN_OBJS}'
+ PLAT_SRCS='${CYGWIN_SRCS}'
DL_LIBS="-ldl"
CC_SEARCH_FLAGS=""
LD_SEARCH_FLAGS=""