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:
parent
0b68b64c59
commit
29f3cef927
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
|
||||
#----------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue