]> xenbits.xensource.com Git - libvirt.git/commit
m4/virt-lib: properly pass header_name in LIBVIRT_CHECK_LIB(_ALT)
authorPavel Hrdina <phrdina@redhat.com>
Fri, 11 Nov 2016 17:44:43 +0000 (18:44 +0100)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 7 Dec 2016 15:21:31 +0000 (16:21 +0100)
commitd3f851c516f1afed275df8cce16d2f07222cdd08
tree167c503bd9d129d5b0157a847c5c27ae71124785
parenta96a25608374ebfe222579d57d5fd8449295f504
m4/virt-lib: properly pass header_name in LIBVIRT_CHECK_LIB(_ALT)

The *header_name* cannot be quoted, otherwise it is not translated to
the passed argument.  Without this fix the generated configure contains
*ac_cv_header_header_name*, but there should be for example
*ac_cv_header_sals_sasl_h* for "sasl/sasl.h".

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
m4/virt-lib.m4