From f0b3b74477f7305ef964ecc01d79387c839dae0e Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 19 Nov 2012 19:31:02 +0000 Subject: Fix a pasto. Noticed by Dimitri Andric! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168319 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 25fe9d0..4813af3 100755 --- a/configure +++ b/configure @@ -704,6 +704,7 @@ ENABLE_PIC ENABLE_SHARED ENABLE_EMBED_STDCXX ENABLE_TIMESTAMPS +ENABLE_BACKTRACES TARGETS_TO_BUILD LLVM_ENUM_TARGETS LLVM_ENUM_ASM_PRINTERS @@ -5390,11 +5391,11 @@ else fi case "$enableval" in - yes) ENABLE_TIMESTAMPS=1 + yes) ENABLE_BACKTRACES=1 ;; - no) ENABLE_TIMESTAMPS=0 + no) ENABLE_BACKTRACES=0 ;; - default) ENABLE_TIMESTAMPS=1 + default) ENABLE_BACKTRACES=1 ;; *) { { echo "$as_me:$LINENO: error: Invalid setting for --enable-backtraces. Use \"yes\" or \"no\"" >&5 echo "$as_me: error: Invalid setting for --enable-backtraces. Use \"yes\" or \"no\"" >&2;} @@ -10313,7 +10314,7 @@ else lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 lt_status=$lt_dlunknown cat > conftest.$ac_ext <&5 -- cgit v1.1