configure: do not include absolute paths in -I and -L paths
commit58683d07d2590b934cc2688d2b054bfbb7708518
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 2 Sep 2020 11:57:30 +0000 (2 07:57 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 8 Sep 2020 05:17:09 +0000 (8 07:17 +0200)
tree25db76f5a37bcd4abe1d6dc6978e7e7c6a60f23e
parent3e0e519026841977c1c00b067af52faa0311133c
configure: do not include absolute paths in -I and -L paths

On msys2, paths such as -L/e/path/to/qemu are not recognized by
the linker.  Fortunately we do not need absolute paths at all in a
non-recursive build system.

Tested-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
configure