mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert AC_PROG_CC_C99 for -std=gnu99 option to gcc 4.8
This commit is contained in:
parent
c32375883a
commit
48bb0329eb
Notes:
git
2021-01-18 18:15:51 +09:00
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,10 @@ rb_test_CFLAGS=${CFLAGS+yes}
|
|||
rb_test_CXXFLAGS=${CXXFLAGS+yes}
|
||||
|
||||
# BSD's ports and MacPorts prefix GNU binutils with 'g'
|
||||
# AC_PROG_CC_C99
|
||||
|
||||
dnl Seems necessarily in order to add -std=gnu99 option for gcc 4.9.
|
||||
m4_version_prereq([2.70], [], [AC_PROG_CC_C99])
|
||||
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CPP
|
||||
AC_PROG_RANLIB
|
||||
|
|
Loading…
Reference in a new issue