12 lines
463 B
Diff
12 lines
463 B
Diff
--- origsrc/db-5.3.21/dist/aclocal/tcl.m4 2012-05-11 12:57:48.000000000 -0500
|
|
+++ src/db-5.3.21/dist/aclocal/tcl.m4 2013-03-08 00:21:33.268494500 -0600
|
|
@@ -107,7 +107,7 @@ AC_DEFUN(SC_LOAD_TCLCONFIG, [
|
|
# given by the Tcl spec are insufficient for our use. [#5779],[#17109]
|
|
#
|
|
case "$host_os" in
|
|
- aix*)
|
|
+ aix*|cygwin*)
|
|
LIBTSO_LIBS="$LIBTSO_LIBS $TCL_LIB_SPEC $TCL_LIB_FLAG"
|
|
LIBTSO_LIBS="$LIBTSO_LIBS -L$TCL_EXEC_PREFIX/lib -ltcl$TCL_VERSION";;
|
|
esac
|