1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove configure flag --disable-shared, as it is no longer used by any

port.  The last use was QNX, per Peter Eisentraut.
This commit is contained in:
Bruce Momjian
2012-08-30 16:26:53 -04:00
parent 9bedfbd02b
commit 381a9ed66d
6 changed files with 0 additions and 74 deletions

33
configure vendored
View File

@ -748,7 +748,6 @@ LCOV
GCOV
enable_debug
enable_rpath
enable_shared
default_port
WANTED_LANGUAGES
enable_nls
@ -810,7 +809,6 @@ with_libs
enable_integer_datetimes
enable_nls
with_pgport
enable_shared
enable_rpath
enable_spinlocks
enable_debug
@ -1490,7 +1488,6 @@ Optional Features:
disable 64-bit integer date/time support
--enable-nls[=LANGUAGES]
enable Native Language Support
--disable-shared do not build shared libraries
--disable-rpath do not embed shared library search path in
executables
--disable-spinlocks do not use spinlocks
@ -2471,36 +2468,6 @@ _ACEOF
#
# Option to disable shared libraries
#
# Check whether --enable-shared was given.
if test "${enable_shared+set}" = set; then
enableval=$enable_shared;
case $enableval in
yes)
:
;;
no)
:
;;
*)
{ { $as_echo "$as_me:$LINENO: error: no argument expected for --enable-shared option" >&5
$as_echo "$as_me: error: no argument expected for --enable-shared option" >&2;}
{ (exit 1); exit 1; }; }
;;
esac
else
enable_shared=yes
fi
#
# '-rpath'-like feature can be disabled
#