]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
configure: Fix build for some versions of glibc (9pfs)
authorStefan Weil <sw@weilnetz.de>
Wed, 6 Jun 2012 19:35:57 +0000 (19:35 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Mon, 25 Jun 2012 13:54:44 +0000 (08:54 -0500)
commitf6db26e4f8fe6d80e17aa62e6bcc465e323a7fee
tree88b13ec6e4a55d20e17207d91fda98feac61d0d2
parentc49dd1bf6450b7880972b2f176ec10e8a496073c
configure: Fix build for some versions of glibc (9pfs)

Some versions declare open_by_handle_at, but don't define AT_EMPTY_PATH.
Extend the check in configure to test both preconditions.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
(cherry picked from commit acc55ba8b1519bda27be19fad50b65d2b0c7d26d)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
configure