From 1cc00d548c0e7658ecc4b87a67ab47496d2e3d02 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 25 Nov 2003 04:33:47 +0000 Subject: [PATCH] Fixed Tcl examples configuration problem. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5388 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index 971e80137..519ca6cd0 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -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.