mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-30 22:31:30 +00:00
Merge pull request #3004 from brauner/master
configure: handle checks when cross-compiling
This commit is contained in:
commit
8f06ff5491
@ -656,7 +656,7 @@ int main(void)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
[fmt_m=yes], [fmt_m=no])
|
[fmt_m=yes], [fmt_m=no],, [fmt_m=no])
|
||||||
if test "x$fmt_m" = "xyes"; then
|
if test "x$fmt_m" = "xyes"; then
|
||||||
AC_DEFINE([HAVE_M_FORMAT], 1, [Have %m format])
|
AC_DEFINE([HAVE_M_FORMAT], 1, [Have %m format])
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
|
Loading…
Reference in New Issue
Block a user