cffi and uffi tests shouldn't run unless they have been detected and set up correctly

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8503 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-01-21 15:47:08 +00:00
commit 29f3cef927

View file

@ -1844,9 +1844,15 @@ fi
AC_SUBST(SKIP_CLISP)
SKIP_CFFI=
#if test -z "$CFFIBIN" ; then
SKIP_CFFI="1"
#fi
AC_SUBST(SKIP_CFFI)
SKIP_UFFI=
#if test -z "$UFFIBIN" ; then
SKIP_UFFI="1"
#fi
AC_SUBST(SKIP_UFFI)
#----------------------------------------------------------------