diff options
| author | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-03-27 20:35:04 +0000 |
| commit | 8a26918ed113620828f48989e6a170cd630f6a4e (patch) | |
| tree | 0fedcc6f4b9f8a6c657305fa96b7d89bcc641787 /ext/pgsql | |
| parent | c713967de336eea5b774b134a4e4023f1b8c946c (diff) | |
| download | php-git-8a26918ed113620828f48989e6a170cd630f6a4e.tar.gz | |
Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.
# Heads up people! I tested this before committing but you never know..
Diffstat (limited to 'ext/pgsql')
| -rw-r--r-- | ext/pgsql/config.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pgsql/config.m4 b/ext/pgsql/config.m4 index 3c7c4d19e0..52f3261dc1 100644 --- a/ext/pgsql/config.m4 +++ b/ext/pgsql/config.m4 @@ -9,7 +9,7 @@ PHP_ARG_WITH(pgsql,for PostgreSQL support, to build as a dl and still specify DIR.]) if test "$PHP_PGSQL" != "no"; then - AC_EXPAND_PATH($PHP_PGSQL, PHP_PGSQL) + PHP_EXPAND_PATH($PHP_PGSQL, PHP_PGSQL) for i in /usr /usr/local /usr/local/pgsql $PHP_PGSQL; do PGSQL_INC_CHK(/include) el[]PGSQL_INC_CHK(/include/pgsql) @@ -37,7 +37,7 @@ if test "$PHP_PGSQL" != "no"; then AC_DEFINE(HAVE_PGSQL,1,[ ]) - AC_ADD_LIBRARY_WITH_PATH(pq, $PGSQL_LIBDIR, PGSQL_SHARED_LIBADD) + PHP_ADD_LIBRARY_WITH_PATH(pq, $PGSQL_LIBDIR, PGSQL_SHARED_LIBADD) PHP_EXTENSION(pgsql,$ext_shared) fi |
