[prev in list] [next in list] [prev in thread] [next in thread] 

List:       llvm-commits
Subject:    [llvm-commits] CVS: llvm/configure
From:       Reid Spencer <reid () x10sys ! com>
Date:       2006-07-28 22:50:21
Message-ID: 200607282250.k6SMoLnv008996 () zion ! cs ! uiuc ! edu
[Download RAW message or body]



Changes in directory llvm:

configure updated: 1.243 -> 1.244
---
Log message:

Fix the --with-extra-options to use the correct variable.


---
Diffs of the changes:  (+3 -3)

 configure |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/configure
diff -u llvm/configure:1.243 llvm/configure:1.244
--- llvm/configure:1.243	Fri Jul 28 00:05:00 2006
+++ llvm/configure	Fri Jul 28 17:50:07 2006
@@ -3347,11 +3347,11 @@
   withval="$with_extra_options"
 
 else
-  extraopts=default
+  withval=default
 fi;
-case "$extraopts" in
+case "$withval" in
   default) EXTRA_OPTIONS= ;;
-  *) EXTRA_OPTIONS=$extraopts ;;
+  *) EXTRA_OPTIONS=$withval ;;
 esac
 EXTRA_OPTIONS=$EXTRA_OPTIONS
 




[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic