[llvm-commits] CVS: llvm/configure
Reid Spencer
reid at x10sys.com
Fri Apr 7 18:41:39 PDT 2006
Changes in directory llvm:
configure updated: 1.217 -> 1.218
---
Log message:
Ensure that the automatic "CVS build" detection works for both
objdir == srcdir and objdir != srcdir.
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.217 llvm/configure:1.218
--- llvm/configure:1.217 Fri Apr 7 11:01:51 2006
+++ llvm/configure Fri Apr 7 20:41:26 2006
@@ -2968,7 +2968,7 @@
esac
-if test -d "CVS" ; then
+if test -d "CVS" -o -d "${srcdir}/CVS"; then
cvsbuild="yes"
optimize="no"
asserts="yes"
More information about the llvm-commits
mailing list