diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ automake --add-missing autoconf if [ -z "$NOCONFIGURE" ]; then - ./configure --enable-dev-tools "$@" + ./configure "$@" fi |