Commit 6159c840 authored by Damien Fouilleul's avatar Damien Fouilleul

- replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99

parent c595078b
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
AC_DEFUN([AC_PROG_CC_C99], AC_DEFUN([AC_PROG_CC_C99],
[ AC_REQUIRE([AC_PROG_CC])dnl [ AC_REQUIRE([AC_PROG_CC])dnl
CC="$CC -std=c99" CC="$CC -std=gnu99"
]) ])
AC_DEFUN([AC_PROG_OBJC], [ AC_DEFUN([AC_PROG_OBJC], [
......
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