mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Don't define -std=c99 in AM_CFLAGS
It is not needed.
This commit is contained in:
parent
05654bfcba
commit
1095ca956b
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ libjansson_la_SOURCES = \
|
|||
value.c
|
||||
libjansson_la_LDFLAGS = -version-info 0:0:0
|
||||
|
||||
AM_CFLAGS = -Wall -Wextra -Werror -std=c99
|
||||
AM_CFLAGS = -Wall -Wextra -Werror
|
||||
|
|
Loading…
Add table
Reference in a new issue