Fixed Tcl examples configuration problem.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5388 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2003-11-25 04:33:47 +00:00
commit 1cc00d548c

View file

@ -258,7 +258,7 @@ esac
AC_SUBST(TCL_CXXSHARED)
case $host in
*-*-darwin*) TCL_CXXSHARED="g++ -dynamiclib -framework Tcl";;
*) TCL_CXXSHARED=$CXXSHARED;;
*) TCL_CXXSHARED=$TRYLINKINGWITHCXX;;
esac
# On Mac OS-X, the -no-defined option to libtool doesn't seem to work.