From 02e208b7e74ad7ed72ee5eab262e0cf817e7001e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= <rafael.carre@savoirfairelinux.com> Date: Fri, 26 Aug 2011 11:00:40 -0400 Subject: [PATCH] * #6737 : use c99 for client --- gnome/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome/configure.ac b/gnome/configure.ac index 2fcd47a988..580d75553d 100644 --- a/gnome/configure.ac +++ b/gnome/configure.ac @@ -23,7 +23,7 @@ else CFLAGS="$CFLAGS -Wall -Wextra" fi -AC_PROG_CC +AC_PROG_CC_C99 AM_PROG_CC_C_O dnl for per target flags, i.e. test_program_CFLAGS AC_PROG_INSTALL AC_HEADER_STDC -- GitLab