]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
configure: remove additional comma 3011/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Tue, 21 May 2019 13:58:03 +0000 (15:58 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Tue, 21 May 2019 13:58:03 +0000 (15:58 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac

index 4686872ac7bd916fb336be46d904fec26ac349b2..23ec51cf3aa2510f2d0cdb67900abb1b050276bb 100644 (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])