mirror of
https://github.com/postgres/postgres.git
synced 2025-05-21 00:02:53 -04:00
Back out plpython makefile change.
This commit is contained in:
parent
fab177e64f
commit
bb2ffe9acf
@ -1,4 +1,4 @@
|
|||||||
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.22 2005/08/12 20:57:11 momjian Exp $
|
# $PostgreSQL: pgsql/src/pl/plpython/Makefile,v 1.23 2005/08/12 21:44:51 momjian Exp $
|
||||||
|
|
||||||
subdir = src/pl/plpython
|
subdir = src/pl/plpython
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
@ -9,7 +9,7 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
# shared library. Since there is no official way to determine this
|
# shared library. Since there is no official way to determine this
|
||||||
# (at least not in pre-2.3 Python), we see if there is a file that is
|
# (at least not in pre-2.3 Python), we see if there is a file that is
|
||||||
# named like a shared library.
|
# named like a shared library.
|
||||||
ifneq (,$(wildcard $(python_libdir)/../../libpython*$(DLSUFFIX)*))
|
ifneq (,$(wildcard $(python_libdir)/libpython*$(DLSUFFIX)*))
|
||||||
shared_libpython = yes
|
shared_libpython = yes
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user