1
0
Fork 0
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:
Nobuyoshi Nakada 2020-12-13 00:03:06 +09:00
parent c32375883a
commit 48bb0329eb
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2021-01-18 18:15:51 +09:00

View file

@ -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