Changes in directory llvm:
configure updated: 1.229 -> 1.230 --- Log message: For PR784: http://llvm.cs.uiuc.edu/PR784 : Support Win32 platforms for llvm-gcc path. Patch by Anton Korobeynikov --- Diffs of the changes: (+1 -1) configure | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/configure diff -u llvm/configure:1.229 llvm/configure:1.230 --- llvm/configure:1.229 Tue May 16 03:53:32 2006 +++ llvm/configure Sun May 21 05:40:20 2006 @@ -3150,7 +3150,7 @@ fi; case "$withval" in default) WITH_LLVMGCCDIR=default ;; - /*) WITH_LLVMGCCDIR=$withval ;; + /* | [A-Za-z]:[\\/]*) WITH_LLVMGCCDIR=$withval ;; *) { { echo "$as_me:$LINENO: error: Invalid path for --with-llvmgccdir. Provide full path" >&5 echo "$as_me: error: Invalid path for --with-llvmgccdir. Provide full path" >&2;} { (exit 1); exit 1; }; } ;; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits