commit | 4ebf331851f6ab6f907bbce451ef23b5ab66b736 | [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 | 4b83cf6fa29bb3a49c445e3c414cf45a1331dba9 | |
parent | 9273b0403e992bbdf4f9e7c48f990c7658610b8a [diff] [blame] |
Ensure that the automatic "CVS build" detection works for both objdir == srcdir and objdir != srcdir. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27516 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure index 4ba2da8..11d6020 100755 --- a/configure +++ b/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"