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 | |||
| 6 | autoconf | 6 | autoconf |
| 7 | 7 | ||
| 8 | if [ -z "$NOCONFIGURE" ]; then | 8 | if [ -z "$NOCONFIGURE" ]; then |
| 9 | ./configure --enable-dev-tools "$@" | 9 | ./configure "$@" |
| 10 | fi | 10 | fi |
