The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3011
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Signed-off-by: Christian Brauner <[email protected]>
From d4df64143e0e4fe3ad24253bba88b4a61237c55d Mon Sep 17 00:00:00 2001 From: Christian Brauner <[email protected]> Date: Tue, 21 May 2019 15:58:03 +0200 Subject: [PATCH] configure: remove additional comma Signed-off-by: Christian Brauner <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4686872ac7..23ec51cf3a 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])
_______________________________________________ lxc-devel mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-devel
