diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index cc9a4f4c94..ef6d20f5e8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -20,5 +20,5 @@ PKG_NAME=NetworkManager ) if test -z "$NOCONFIGURE"; then - $srcdir/configure --enable-maintainer-mode $@ + $srcdir/configure --enable-maintainer-mode "$@" fi |