1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +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

View File

@@ -166,7 +166,6 @@ CONVERSIONS = \
all: $(SQLSCRIPT)
$(SQLSCRIPT): Makefile
ifeq ($(enable_shared), yes)
@set -e; \
set $(CONVERSIONS) ; \
while [ "$$#" -gt 0 ] ; \
@@ -183,9 +182,6 @@ ifeq ($(enable_shared), yes)
echo "CREATE DEFAULT CONVERSION pg_catalog.$$name FOR '$$se' TO '$$de' FROM $$func;"; \
echo "COMMENT ON CONVERSION pg_catalog.$$name IS 'conversion for $$se to $$de';"; \
done > $@
else
echo "-- No conversion support, for lack of shared library support" > $@
endif
$(REGRESSION_SCRIPT): Makefile
@set -e; \