OSDN Git Service

Regenerate.
authorGordon Henriksen <gordonhenriksen@mac.com>
Tue, 2 Oct 2007 10:14:42 +0000 (10:14 +0000)
committerGordon Henriksen <gordonhenriksen@mac.com>
Tue, 2 Oct 2007 10:14:42 +0000 (10:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42529 91177308-0d34-0410-b5e6-96231b3b80d8

configure

index facc07d..d7df45e 100755 (executable)
--- a/configure
+++ b/configure
@@ -4836,7 +4836,7 @@ fi
 
 BINDINGS_TO_BUILD=""
 case "$enableval" in
-  all | yes | default | auto) BINDINGS_TO_BUILD="auto" ;;
+  yes | default | auto) BINDINGS_TO_BUILD="auto" ;;
   all ) BINDINGS_TO_BUILD="ocaml" ;;
   none | no) BINDINGS_TO_BUILD="" ;;
   *)for a_binding in `echo $enableval|sed -e 's/,/ /g' ` ; do