diff options
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |