From d4df64143e0e4fe3ad24253bba88b4a61237c55d Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Tue, 21 May 2019 15:58:03 +0200 Subject: [PATCH] configure: remove additional comma Signed-off-by: Christian Brauner --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4686872ac..23ec51cf3 100644 --- a/configure.ac +++ b/configure.ac @@ -656,7 +656,7 @@ int main(void) return 1; } }], -[fmt_m=yes], [fmt_m=no],, [fmt_m=no]) +[fmt_m=yes], [fmt_m=no], [fmt_m=no]) if test "x$fmt_m" = "xyes"; then AC_DEFINE([HAVE_M_FORMAT], 1, [Have %m format]) AC_MSG_RESULT([yes]) -- 2.47.2