mirror of
https://github.com/videolan/vlc.git
synced 2025-01-27 01:56:19 +08:00
- replace std=c99 by std=gnu99, which allows for GCC extensions as well as C99
This commit is contained in:
parent
c595078b0a
commit
6159c8408a
@ -6,7 +6,7 @@
|
||||
|
||||
AC_DEFUN([AC_PROG_CC_C99],
|
||||
[ AC_REQUIRE([AC_PROG_CC])dnl
|
||||
CC="$CC -std=c99"
|
||||
CC="$CC -std=gnu99"
|
||||
])
|
||||
|
||||
AC_DEFUN([AC_PROG_OBJC], [
|
||||
|
Loading…
Reference in New Issue
Block a user