Corrected the argument passing from the top-level wrapper for
configure script to the actual configure script.
This commit is contained in:
parent
e296246c92
commit
5bd3fb91c9
|
|
@ -9,4 +9,4 @@
|
||||||
# script itself. It also sets up CFLAGS without the default optimizer
|
# script itself. It also sets up CFLAGS without the default optimizer
|
||||||
# flag (-O2).
|
# flag (-O2).
|
||||||
|
|
||||||
( CFLAGS="-g"; export CFLAGS; cd scripts ; ./configure $* )
|
( CFLAGS="-g"; export CFLAGS; cd scripts ; ./configure "$@" )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue