aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index d20cc90..06ab93f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -74,8 +74,7 @@ if test "$1" = "--build-w32"; then
fi
./configure --enable-maintainer-mode --prefix=${w32root} \
- --host=i586-mingw32msvc --build=${build} \
- --disable-shared
+ --host=i586-mingw32msvc --build=${build}
exit $?
fi