diff options
| author | Peter Collingbourne <peter@pcc.me.uk> | 2014-10-03 23:03:01 +0000 |
|---|---|---|
| committer | Peter Collingbourne <peter@pcc.me.uk> | 2014-10-03 23:03:01 +0000 |
| commit | 11d08b8be1e04c209894edc44fb23825428ce276 (patch) | |
| tree | e43f95cbf391cb5c44ac82cb9f2f6fd81819b4de /llvm/autoconf/configure.ac | |
| parent | 6fd0afa195eaf19068723422677b5fff3a84ca5e (diff) | |
| download | bcm5719-llvm-11d08b8be1e04c209894edc44fb23825428ce276.tar.gz bcm5719-llvm-11d08b8be1e04c209894edc44fb23825428ce276.zip | |
Remove unused ALL_BINDINGS configuration variable.
llvm-svn: 219035
Diffstat (limited to 'llvm/autoconf/configure.ac')
| -rw-r--r-- | llvm/autoconf/configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac index fee663335ba..3e72ff5ea1a 100644 --- a/llvm/autoconf/configure.ac +++ b/llvm/autoconf/configure.ac @@ -1870,10 +1870,6 @@ if test "$BINDINGS_TO_BUILD" = auto ; then fi AC_SUBST(BINDINGS_TO_BUILD,$BINDINGS_TO_BUILD) -dnl This isn't really configurey, but it avoids having to repeat the list in -dnl other files. -AC_SUBST(ALL_BINDINGS,ocaml) - dnl Do any work necessary to ensure that bindings have what they need. binding_prereqs_failed=0 for a_binding in $BINDINGS_TO_BUILD ; do |

