Minor fix.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@209 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-02-10 20:11:35 +00:00
commit a53278bd0a

View file

@ -471,10 +471,12 @@ if test ! -r Source/DOH/configure; then
cd ../..
fi
if test ! -r Source/SWILL/configure; then
cd Source/SWILL
autoconf
if test -d Source/SWILL/SWILL; then
if test ! -r Source/SWILL/configure; then
cd Source/SWILL
autoconf
cd ../..
fi
fi
cd Tools; ./ltconfig --enable-dlopen ltmain.sh; cd ..