aboutsummaryrefslogtreecommitdiff
path: root/readline/configure
diff options
context:
space:
mode:
authorChristopher Faylor <me+cygwin@cgf.cx>2002-12-17 02:52:32 +0000
committerChristopher Faylor <me+cygwin@cgf.cx>2002-12-17 02:52:32 +0000
commitd7d4a3d1eadd58d5144564d8f597222e4959bd1c (patch)
tree8753aed66328077f4d0089098b3c13584cee8542 /readline/configure
parentafd2f162acb81f46c588f7fa47b393bdfd9b6cbb (diff)
downloadgdb-d7d4a3d1eadd58d5144564d8f597222e4959bd1c.zip
gdb-d7d4a3d1eadd58d5144564d8f597222e4959bd1c.tar.gz
gdb-d7d4a3d1eadd58d5144564d8f597222e4959bd1c.tar.bz2
* configure.in: Remove --enable-shared option. It shouldn't be used for gdb.
* configure: Regenerate.
Diffstat (limited to 'readline/configure')
-rwxr-xr-xreadline/configure8
1 files changed, 1 insertions, 7 deletions
diff --git a/readline/configure b/readline/configure
index d4aed2a..92c7676 100755
--- a/readline/configure
+++ b/readline/configure
@@ -672,7 +672,6 @@ if test -n "$ac_init_help"; then
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
- --enable-shared build shared libraries [default=YES]
--enable-static build static libraries [default=YES]
Optional Packages:
@@ -1072,13 +1071,8 @@ if test "$opt_curses" = "yes"; then
fi
opt_static_libs=yes
-opt_shared_libs=yes
+opt_shared_libs=no
-# Check whether --enable-shared or --disable-shared was given.
-if test "${enable_shared+set}" = set; then
- enableval="$enable_shared"
- opt_shared_libs=$enableval
-fi;
# Check whether --enable-static or --disable-static was given.
if test "${enable_static+set}" = set; then
enableval="$enable_static"