summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
-rwxr-xr-xconfigure.in2
2 files changed, 4 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
diff --git a/configure.in b/configure.in
index 2085796..91e66e6 100755
--- a/configure.in
+++ b/configure.in
@@ -6,7 +6,9 @@ AC_PROG_CC
AC_GCC_TRADITIONAL
AM_C_PROTOTYPES
+AM_DISABLE_SHARED
AM_PROG_LIBTOOL
+
AC_PROG_INSTALL
if test $CC = gcc; then