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:
parent
aaeab8a407
commit
1cc00d548c
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue