mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
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
This commit is contained in:
parent
9273b0403e
commit
4ebf331851
@ -190,7 +190,7 @@ dnl command line switches. When we build with a CVS directory, we get a
|
||||
dnl debug with assertions turned on. Without, we assume a source release and we
|
||||
dnl get an optimized build without assertions. See --enable-optimized and
|
||||
dnl --enable-assertions below
|
||||
if test -d "CVS" ; then
|
||||
if test -d "CVS" -o -d "${srcdir}/CVS"; then
|
||||
cvsbuild="yes"
|
||||
optimize="no"
|
||||
asserts="yes"
|
||||
|
Loading…
Reference in New Issue
Block a user