Commit 798eeeee authored by Max Kellermann's avatar Max Kellermann

require a C99 compiler

C99 will soon have its 10th birthday. Let's not beat the dead C89 horse, and raise the compiler requirements. From now on, we need a C99 compiler. This adds "-std=gnu99" to the GCC compiler options, in case GCC is used.
parent 226d52b3
...@@ -12,7 +12,7 @@ AC_SUBST(MP4FF_LIB) ...@@ -12,7 +12,7 @@ AC_SUBST(MP4FF_LIB)
AC_SUBST(MP4FF_SUBDIR) AC_SUBST(MP4FF_SUBDIR)
AC_LANG(C) AC_LANG(C)
AC_PROG_CC AC_PROG_CC_C99
AM_PROG_CC_C_O AM_PROG_CC_C_O
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment