Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
05538423
Commit
05538423
authored
Nov 10, 2015
by
Alexandre Duret-Lutz
Browse files
activate c11 for gnulib tests
* configure.ac: Here.
parent
1396b7f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
05538423
...
...
@@ -44,8 +44,10 @@ AC_PROG_CXX
AM_PROG_LEX
adl_CHECK_BISON
gl_INIT
# Activate at C11 for gnulib tests
AX_CHECK_COMPILE_FLAG([-std=c11], [CFLAGS="$CFLAGS -std=c11"])
gl_INIT
# Use -Werror since using -fvisibility under MinGW is only a warning.
# (The option is ignored anyway since this does not make sense under windows).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment