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
@ -168,7 +168,10 @@ rb_test_CFLAGS=${CFLAGS+yes}
|
|||||||
rb_test_CXXFLAGS=${CXXFLAGS+yes}
|
rb_test_CXXFLAGS=${CXXFLAGS+yes}
|
||||||
|
|
||||||
# BSD's ports and MacPorts prefix GNU binutils with 'g'
|
# 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_CXX
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_RANLIB
|
AC_PROG_RANLIB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user