Minor fix.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@209 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
34ed03f10b
commit
a53278bd0a
1 changed files with 5 additions and 3 deletions
|
|
@ -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 ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue