twister

HTTP fault injector for testing
Log | Files | Refs | README | LICENSE

commit a2bc19c2e8a5a38f19d2c5da649b7ab4fca5162b
parent d1742f356de9e26136735b0b23a02cb05b529c1a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Thu,  5 Oct 2023 09:46:48 +0200

remove obsolete c99 check

Diffstat:
Mconfigure.ac | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -16,8 +16,8 @@ # TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/license> # # -AC_PREREQ([2.69]) -AC_INIT([taler-twister], [0.9.3], [taler-bug@gnunet.org]) +AC_PREREQ([2.71]) +AC_INIT([taler-twister],[0.9.3],[taler-bug@gnunet.org]) AC_CONFIG_SRCDIR([src/twister/taler-twister.c]) AC_CONFIG_HEADERS([twister_config.h]) # support for non-recursive builds @@ -46,8 +46,6 @@ then # Checks for programs. AC_PROG_CC -AC_PROG_CC_C99 - CFLAGS="-Wall $CFLAGS"