Corrected the argument passing from the top-level wrapper for

configure script to the actual configure script.
This commit is contained in:
Tim Edwards 2019-06-15 12:50:32 -04:00
parent e296246c92
commit 5bd3fb91c9
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -9,4 +9,4 @@
# script itself. It also sets up CFLAGS without the default optimizer
# flag (-O2).
( CFLAGS="-g"; export CFLAGS; cd scripts ; ./configure $* )
( CFLAGS="-g"; export CFLAGS; cd scripts ; ./configure "$@" )