configure: allow configure script to accept parameters with spaces
authorUri Simchoni <uri@samba.org>
Sat, 4 Sep 2021 08:01:56 +0000 (11:01 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2021 00:53:54 +0000 (00:53 +0000)
Specifically this enables passing two linker flags to the --fuzz-target-ldflags
configure argument.

Signed-off-by: Uri Simchoni <uri@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
configure

index 2b0ffb0dae1cc6ea05345e6ba53cd5366faa4e9b..a6ca50feb4702929fa499d516977fce235fa0789 100755 (executable)
--- a/configure
+++ b/configure
@@ -13,5 +13,5 @@ export JOBS
 unset LD_PRELOAD
 
 cd . || exit 1
-$PYTHON $WAF configure $@ || exit 1
+$PYTHON $WAF configure "$@" || exit 1
 cd $PREVPATH