configure: remove additional comma

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2019-05-21 15:58:03 +02:00
parent ddf4b77e11
commit d4df64143e
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -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])