build: fix passing arguments to configure from autogen.sh (bgo #694157)
This commit is contained in:

committed by
Dan Williams

parent
8fb57bb553
commit
add455c7e5
@@ -18,7 +18,7 @@ PKG_NAME=ModemManager
|
||||
autopoint --force
|
||||
AUTOPOINT='intltoolize --automake --copy' autoreconf --force --install --verbose
|
||||
if test -z "$NOCONFIGURE"; then
|
||||
./configure --enable-maintainer-mode $@
|
||||
./configure --enable-maintainer-mode "$@"
|
||||
fi
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user