mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Ensure that the automatic "CVS build" detection works for both
objdir == srcdir and objdir != srcdir. llvm-svn: 27516
This commit is contained in:
parent
c84c3d7c32
commit
cfc429b2e8
@ -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