summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 07:36:13 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2019-02-05 18:42:23 +0000
commit264b39fd002563f8aa0f8ddd589e7aab26c835a5 (patch)
tree12e3678e13cf6ec5b248fa67b3ee4998da1630de /configure.ac
parent6d7e3df54efd9a96164045512e41d6d7235a4c01 (diff)
downloadswig-264b39fd002563f8aa0f8ddd589e7aab26c835a5.tar.gz
Disable CFFI Common Lisp target language
Clean up to disable target languages that have been neglected/not functional. Target language be fully deleted in SWIG 4.1 unless a new maintainer brings it up to an acceptable status (experimental or supported). Issue #1447
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac
index 8d6f004a6..2b7289193 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2673,12 +2673,6 @@ if test -z "$RBIN" ; then
fi
AC_SUBST(SKIP_R)
-SKIP_CFFI=
-#if test -z "$CFFIBIN" ; then
- SKIP_CFFI="1"
-#fi
-AC_SUBST(SKIP_CFFI)
-
SKIP_SCILAB=
if test -z "$SCILAB"; then
SKIP_SCILAB="1"
@@ -2801,7 +2795,6 @@ AC_CONFIG_FILES([
Examples/test-suite/scilab/Makefile
Examples/test-suite/tcl/Makefile
Examples/test-suite/lua/Makefile
- Examples/test-suite/cffi/Makefile
Examples/test-suite/r/Makefile
Examples/test-suite/go/Makefile
Source/Makefile
@@ -2849,7 +2842,6 @@ EOF
AC_OUTPUT
langs=""
-test -n "$SKIP_CFFI" || langs="${langs}cffi "
test -n "$SKIP_CSHARP" || langs="${langs}csharp "
test -n "$SKIP_D" || langs="${langs}d "
test -n "$SKIP_GO" || langs="${langs}go "