From: Christian Grothoff Date: Mon, 20 Jun 2016 08:14:56 +0000 (+0000) Subject: -force c99 X-Git-Tag: initial-import-from-subversion-38251~763 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02caa52f2a1f37f3626f4f84632b4afcc75f51c4;p=oweals%2Fgnunet.git -force c99 --- diff --git a/configure.ac b/configure.ac index 70ef531dd..11e9cbf3c 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ AC_CONFIG_HEADERS([gnunet_config.h]) AH_TOP([#define _GNU_SOURCE 1]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_AWK -AC_PROG_CC +AC_PROG_CC_C99 AC_PROG_CPP AC_PROG_CXX AC_PROG_OBJC