rerun autoconf because of change in tcl.m4

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@2773 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Shantonu Sen
2003-06-12 03:44:29 +00:00
parent f454f590c7
commit c08660c2ce
Vendored
+1 -1
View File
@@ -2290,7 +2290,7 @@ else
fi
else
for i in /usr/lib /usr/pkg/lib /usr/local/lib; do
if -d "$i/tcl$TCL_VERSION" ; then
if test -d "$i/tcl$TCL_VERSION" ; then
ac_cv_c_tclpkgd="$i/tcl$TCL_VERSION/"
fi
done