]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
configure: handle checks when cross-compiling 3004/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 15 May 2019 13:44:36 +0000 (15:44 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 15 May 2019 13:44:36 +0000 (15:44 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
configure.ac

index 029953e818f63c9613f1a228672e3b0e35fb5209..4686872ac7bd916fb336be46d904fec26ac349b2 100644 (file)
@@ -656,7 +656,7 @@ int main(void)
     return 1;
   }
 }],
-[fmt_m=yes], [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])