Fix syntax error introduced by previous
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 21:37:22 +0000 (23:37 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Mon, 14 May 2018 21:37:22 +0000 (23:37 +0200)
./configure: line 20320: syntax error near unexpected token `fi'
./configure: line 20320: `fi'
make: *** [Makefile:4418: config.status] Error 2

Oops, my bad.

configure.ac

index 0443dbc..8ef9fc8 100644 (file)
@@ -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],