Fixed [ 545058 ] configure's --with-tclincl has no effect
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5451 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
337c3dd301
commit
a6a591af91
1 changed files with 6 additions and 2 deletions
|
|
@ -445,8 +445,12 @@ if test x"${TCLCONFIG}" = x ; then
|
|||
else
|
||||
AC_MSG_RESULT(found $TCLCONFIG/tclConfig.sh)
|
||||
. $TCLCONFIG/tclConfig.sh
|
||||
TCLINCLUDE=$ISYSTEM$TCL_PREFIX/include
|
||||
TCLLIB=$TCL_LIB_SPEC
|
||||
if test -z "$TCLINCLUDE"; then
|
||||
TCLINCLUDE=$ISYSTEM$TCL_PREFIX/include
|
||||
fi
|
||||
if test -z "$TCLLIB"; then
|
||||
TCLLIB=$TCL_LIB_SPEC
|
||||
fi
|
||||
fi
|
||||
|
||||
if test -z "$TCLINCLUDE"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue