Unverified Commit 8f06ff54 by Stéphane Graber Committed by GitHub

Merge pull request #3004 from brauner/master

configure: handle checks when cross-compiling
parents 7aea50fe 4e900c18
......@@ -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])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment