summaryrefslogtreecommitdiff
path: root/popt
diff options
context:
space:
mode:
authorjbj <devnull@localhost>1999-04-11 22:15:26 +0000
committerjbj <devnull@localhost>1999-04-11 22:15:26 +0000
commitc5f831ad7e86abcf5e67f41a99b12362d165a354 (patch)
treea85598f629fdec8bb4e44236ae1c280647e918c0 /popt
parentba7f3e41e0713b6173e0970054b4fa13040d9b22 (diff)
downloadrpm-c5f831ad7e86abcf5e67f41a99b12362d165a354.tar.gz
rpm-c5f831ad7e86abcf5e67f41a99b12362d165a354.tar.bz2
rpm-c5f831ad7e86abcf5e67f41a99b12362d165a354.zip
Default to not build shared libraries.
CVS patchset: 2980 CVS date: 1999/04/11 22:15:26
Diffstat (limited to 'popt')
-rwxr-xr-xpopt/autogen.sh4
-rwxr-xr-xpopt/configure.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/popt/autogen.sh b/popt/autogen.sh
index 51e80b822..9d533099a 100755
--- a/popt/autogen.sh
+++ b/popt/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/popt/configure.in b/popt/configure.in
index 20857961a..91e66e656 100755
--- a/popt/configure.in
+++ b/popt/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