aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 10:14:42 +0000
committerGordon Henriksen <gordonhenriksen@mac.com>2007-10-02 10:14:42 +0000
commit2949f50e403a2a51076ea250053da2ca7a2b6968 (patch)
treef362669b50062ff6a190fb2383ae567ea645e69d /configure
parentcfaae5bca161a3b698a19d3d39e7df1c27aacdaf (diff)
downloadexternal_llvm-2949f50e403a2a51076ea250053da2ca7a2b6968.zip
external_llvm-2949f50e403a2a51076ea250053da2ca7a2b6968.tar.gz
external_llvm-2949f50e403a2a51076ea250053da2ca7a2b6968.tar.bz2
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index facc07d..d7df45e 100755
--- 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