diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-13 07:31:02 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-13 07:31:02 +0000 |
| commit | 1f98a966c5eca1caef047971e87d85356becefab (patch) | |
| tree | 7c67e1865ad7c0121f69e9e2d6fc9e7b883731a0 /ext/pdo_pgsql | |
| parent | fc20765c5ed25fa6cdaf0c080034a6d44e26a440 (diff) | |
| download | php-git-1f98a966c5eca1caef047971e87d85356becefab.tar.gz | |
fix aclocal "underquoted argument" warnings
Diffstat (limited to 'ext/pdo_pgsql')
| -rw-r--r-- | ext/pdo_pgsql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_pgsql/config.m4 b/ext/pdo_pgsql/config.m4 index a915fb0b17..5aa283c146 100644 --- a/ext/pdo_pgsql/config.m4 +++ b/ext/pdo_pgsql/config.m4 @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_DEFUN(PHP_PGSQL_CHECK_FUNCTIONS,[ +AC_DEFUN([PHP_PGSQL_CHECK_FUNCTIONS],[ ]) PHP_ARG_WITH(pdo-pgsql,for PostgreSQL support for PDO, |
