Regenerate.
[oota-llvm.git] / configure
index facc07de07c9d4a6114776e51c3eb570b4f82398..d7df45e42e0b3338816c1478a74a548f01126605 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