Skip to content
Snippets Groups Projects
Commit 02e208b7 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

* #6737 : use c99 for client

parent cb46f83e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ else ...@@ -23,7 +23,7 @@ else
CFLAGS="$CFLAGS -Wall -Wextra" CFLAGS="$CFLAGS -Wall -Wextra"
fi fi
AC_PROG_CC AC_PROG_CC_C99
AM_PROG_CC_C_O dnl for per target flags, i.e. test_program_CFLAGS AM_PROG_CC_C_O dnl for per target flags, i.e. test_program_CFLAGS
AC_PROG_INSTALL AC_PROG_INSTALL
AC_HEADER_STDC AC_HEADER_STDC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment