From a53278bd0a7a1fda0fdad44e48ecd8bb2332bbd7 Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Thu, 10 Feb 2000 20:11:35 +0000 Subject: [PATCH] Minor fix. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@209 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/configure.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SWIG/configure.in b/SWIG/configure.in index 3edab0243..4fee1668d 100644 --- a/SWIG/configure.in +++ b/SWIG/configure.in @@ -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 ..