From: Christian Brauner Date: Wed, 15 May 2019 13:44:36 +0000 (+0200) Subject: configure: handle checks when cross-compiling X-Git-Tag: lxc-3.2.0~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e900c18a7b7272b62a107a6e5456f00a3632920;p=thirdparty%2Flxc.git configure: handle checks when cross-compiling Signed-off-by: Christian Brauner --- diff --git a/configure.ac b/configure.ac index 029953e81..4686872ac 100644 --- a/configure.ac +++ b/configure.ac @@ -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])