| commit | 6025241ee47e32885a42719c1c37ce54bfea5bdb | [log] [tgz] |
|---|---|---|
| author | Reid Spencer <rspencer@reidspencer.com> | Sat Apr 08 01:41:26 2006 +0000 |
| committer | Reid Spencer <rspencer@reidspencer.com> | Sat Apr 08 01:41:26 2006 +0000 |
| tree | fd76e0a69573a16f39b8918f32f4b0f3a2396c4a | |
| parent | 0197e454d1993de526d2833039f7f1ff63abca30 [diff] [blame] |
Ensure that the automatic "CVS build" detection works for both objdir == srcdir and objdir != srcdir. llvm-svn: 27516
diff --git a/llvm/configure b/llvm/configure index 4ba2da8..11d6020 100755 --- a/llvm/configure +++ b/llvm/configure
@@ -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"