summaryrefslogtreecommitdiffstats
path: root/win/configure
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-28 11:40:35 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2011-03-28 11:40:35 (GMT)
commitf5d20065645ee8d2b9005792208c5fa1405c9b7e (patch)
tree21f56eae1643f8e1d52c3cdc18d3d0cc9cae1f13 /win/configure
parent990a6f258a88f28274242e6730c5d495105a2940 (diff)
downloadtcl-f5d20065645ee8d2b9005792208c5fa1405c9b7e.zip
tcl-f5d20065645ee8d2b9005792208c5fa1405c9b7e.tar.gz
tcl-f5d20065645ee8d2b9005792208c5fa1405c9b7e.tar.bz2
set default MODULE_SCOPE=extern, in case no other value is determined
Diffstat (limited to 'win/configure')
-rwxr-xr-xwin/configure5
1 files changed, 5 insertions, 0 deletions
diff --git a/win/configure b/win/configure
index e505fb2..d1d50e2 100755
--- a/win/configure
+++ b/win/configure
@@ -3932,6 +3932,11 @@ echo "${ECHO_T}$CELIB_DIR" >&6
# Set some defaults (may get changed below)
EXTRA_CFLAGS=""
+cat >>confdefs.h <<\_ACEOF
+#define MODULE_SCOPE extern
+_ACEOF
+
+
# Extract the first word of "cygpath", so it can be a program name with args.
set dummy cygpath; ac_word=$2
echo "$as_me:$LINENO: checking for $ac_word" >&5