summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorUri Simchoni <uri@samba.org>2021-09-04 11:01:56 +0300
committerAndrew Bartlett <abartlet@samba.org>2021-09-09 00:53:54 +0000
commite608dcd2d6736505022d0f9d1e008333bb70f1af (patch)
treec24b3ded8d8994a6eae55e33ec80387b9e2f6962 /configure
parent2fe8d3eeac4cddedfeac936ce785c2c6f12d86ef (diff)
downloadsamba-e608dcd2d6736505022d0f9d1e008333bb70f1af.tar.gz
configure: allow configure script to accept parameters with spaces
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2b0ffb0dae1..a6ca50feb47 100755
--- 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