mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (Makefile): add missing test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cd71db0ad6
commit
9accaad5c4
1 changed files with 1 additions and 1 deletions
|
@ -3051,7 +3051,7 @@ AS_CASE([" $CPP "], [*" $CC "*], [CPP=`echo " $CPP " | sed "s| $CC |"' $(CC) |;s
|
|||
|
||||
AC_CONFIG_FILES($FIRSTMAKEFILE)
|
||||
AC_CONFIG_FILES(Makefile, [{
|
||||
if ${VCS+set}; then
|
||||
if test ${VCS+set}; then
|
||||
:
|
||||
elif svn info "$srcdir" > /dev/null 2>&1; then
|
||||
VCS='svn'
|
||||
|
|
Loading…
Reference in a new issue