]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Config: check for %m availability
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Mon, 13 May 2019 11:13:18 +0000 (13:13 +0200)
committerGitHub <noreply@github.com>
Mon, 13 May 2019 11:13:18 +0000 (13:13 +0200)
commit720bbb3118e8eb094be2d17aca841046f581bc7e
tree437a1bd0a511f2e95fdf4538503292f3f1de17f3
parentad4dddd85e9fb1fbb38b411d6041eb0e7bf3f175
Config: check for %m availability

GLIBC supports %m to avoid calling strerror(). Using it saves some code space.
==> This check will define HAVE_M_FORMAT to be use wherever possible (e.g. log.h)

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
configure.ac