aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-04-10 05:18:27 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-04-10 05:18:27 +0000
commit5b28f862df2419ac767734758d1ce0ccee3e41b4 (patch)
tree67d3cd69a6af6c145baa4f9335efc9d093cde6af
parentc2406f2341833cc2f33cbecdee0eab16c46716cd (diff)
Regenerate.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68767 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 60ee5c30c3..f28e1b40ac 100755
--- a/configure
+++ b/configure
@@ -4698,7 +4698,7 @@ else
fi
-if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn"; then
+if test -d "CVS" -o -d "${srcdir}/CVS" -o -d ".svn" -o -d "${srcdir}/.svn" -o -d ".git" -o -d "${srcdir}/.git"; then
cvsbuild="yes"
optimize="no"
CVSBUILD=CVSBUILD=1