From: Ruben Kerkhof Date: Mon, 14 May 2018 21:37:22 +0000 (+0200) Subject: Fix syntax error introduced by previous X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=8b7bd7926821720e76c3f6ecd130bfd77e7dbaf5;p=collectd.git Fix syntax error introduced by previous ./configure: line 20320: syntax error near unexpected token `fi' ./configure: line 20320: `fi' make: *** [Makefile:4418: config.status] Error 2 Oops, my bad. --- diff --git a/configure.ac b/configure.ac index 0443dbc7..8ef9fc83 100644 --- a/configure.ac +++ b/configure.ac @@ -767,7 +767,6 @@ AC_FUNC_STRERROR_R SAVE_CFLAGS="$CFLAGS" CFLAGS="-Wall -Werror" -fi AC_CACHE_CHECK([for strtok_r], [c_cv_have_strtok_r_default],