Skip to content

Commit 05cc8d1

Browse files
author
dgp
committed
Updated configure from TEA/tclconfig changes.
1 parent 4af8d03 commit 05cc8d1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

configure

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7211,7 +7211,7 @@ fi
72117211
SHLIB_LD='${CC} -shared'
72127212
SHLIB_SUFFIX=".dll"
72137213
if test "${TEA_PLATFORM}" = "unix" -a "${TCL_MAJOR_VERSION}" -gt 8 -a x"${with_tcl8}" = x; then
7214-
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$(patsubst cyg%.dll,lib%.dll.a,\$@)"
7214+
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$(patsubst cyg%.dll,lib%.dll,\$@).a"
72157215
else
72167216
SHLIB_LD_LIBS="${SHLIB_LD_LIBS} -Wl,--out-implib,\$@.a"
72177217
fi
@@ -9296,8 +9296,6 @@ rm -rf conftest*
92969296

92979297
printf "%s\n" "#define TCL_MAJOR_VERSION 8" >>confdefs.h
92989298

9299-
fi
9300-
if test "${TCL_MAJOR_VERSION}" -gt 8 -a x"${with_tk8}" != x; then
93019299

93029300
printf "%s\n" "#define TK_MAJOR_VERSION 8" >>confdefs.h
93039301

0 commit comments

Comments
 (0)