summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index 51e80b8..9d53309 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -19,7 +19,7 @@ fi
cd "$THEDIR"
if [ X"$@" = X -a "X`uname -s`" = "XLinux" ]; then
- $srcdir/configure --disable-shared --prefix=/usr
+ $srcdir/configure --prefix=/usr
else
- $srcdir/configure --disable-shared "$@"
+ $srcdir/configure "$@"
fi