From f2f8d38efa3ccbaa05affaf8fcab24786ef452de Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Thu, 30 Dec 1999 02:59:53 +0000 Subject: Integration of -ng changes. Changes: - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes. --- ext/pgsql/config.m4 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'ext/pgsql/config.m4') diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 2cc65420c6..4e9aafbf35 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -56,8 +56,6 @@ AC_ARG_WITH(pgsql, ],[ AC_MSG_RESULT(no) ]) -AC_SUBST(PGSQL_LIBS) -AC_SUBST(PGSQL_LFLAGS) -AC_SUBST(PGSQL_INCLUDE) -AC_SUBST(PGSQL_STATIC) -AC_SUBST(PGSQL_SHARED) +PHP_SUBST(PGSQL_LIBS) +PHP_SUBST(PGSQL_LFLAGS) +PHP_SUBST(PGSQL_INCLUDE) -- cgit v1.2.1