configure: Allow changing default search paths
commit6320bb6219061713a6f18073342661662bc8b69a
authorDavid Michael <fedora.dm0@gmail.com>
Thu, 16 Jan 2020 19:59:33 +0000 (16 14:59 -0500)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 6 Apr 2020 15:35:53 +0000 (6 16:35 +0100)
tree690289be76936faaeb06dd5d8ca56a062a03228a
parentf9bc310fa686c226da42164ca04462e32a314b15
configure: Allow changing default search paths

This changes the behavior of the --with-{inc,lib}s-from arguments
to replace the default paths instead of adding to them.  This is
required when cross-compiling in a sysroot, since the default paths
will include files from the host system which can have an
incompatible architecture.
configure.ac