Fix with-vendor for cross-build targets some more
commit47f1602b2681130e1400a37909fac3dfa7f667bb
authorThorsten Behrens <thorsten.behrens@allotropia.de>
Tue, 14 Jun 2022 12:10:04 +0000 (14 14:10 +0200)
committerThorsten Behrens <thorsten.behrens@allotropia.de>
Wed, 15 Jun 2022 06:41:55 +0000 (15 08:41 +0200)
tree0531576059c605dc6ddbc5276ce4f1e3f6997fc9
parent4b97420c5bc72504cfbf793aaa7837ebe812399a
Fix with-vendor for cross-build targets some more

Regression from be2252c8d3e5d892ec1e6b12a2b55c2026597cb9 where spaces
in --with-vendor end up being poorly quoted.

Opted to pass down --with-vendor to sub-configure unconditionally even
if empty, due to the need of word splitting generally being needed for
the sub_conf_opts variable.

Change-Id: Id3740255bc8fbf98adf7464de7e2836fcde9f2fd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135826
Reviewed-by: Balazs Varga <balazs.varga.extern@allotropia.de>
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
configure.ac