aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-04-08 01:41:26 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-04-08 01:41:26 +0000
commit4ebf331851f6ab6f907bbce451ef23b5ab66b736 (patch)
tree4b83cf6fa29bb3a49c445e3c414cf45a1331dba9 /configure
parent9273b0403e992bbdf4f9e7c48f990c7658610b8a (diff)
downloadexternal_llvm-4ebf331851f6ab6f907bbce451ef23b5ab66b736.zip
external_llvm-4ebf331851f6ab6f907bbce451ef23b5ab66b736.tar.gz
external_llvm-4ebf331851f6ab6f907bbce451ef23b5ab66b736.tar.bz2
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4ba2da8..11d6020 100755
--- a/configure
+++ b/configure
@@ -2968,7 +2968,7 @@ presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
esac
-if test -d "CVS" ; then
+if test -d "CVS" -o -d "${srcdir}/CVS"; then
cvsbuild="yes"
optimize="no"
asserts="yes"