diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-13 07:17:06 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2005-02-13 07:17:06 +0000 |
commit | fc20765c5ed25fa6cdaf0c080034a6d44e26a440 (patch) | |
tree | bd202000fe73ce1e2ecc8a8d73304dc5d272d910 | |
parent | e08745549365b1b6cb3b198a37de0183d8ab1992 (diff) | |
download | php-git-fc20765c5ed25fa6cdaf0c080034a6d44e26a440.tar.gz |
fix aclocal warning (newer versions are more strict about this)
-rwxr-xr-x | ext/pdo_mysql/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_mysql/config.m4 b/ext/pdo_mysql/config.m4 index 054803ad95..086cb4db06 100755 --- a/ext/pdo_mysql/config.m4 +++ b/ext/pdo_mysql/config.m4 @@ -2,7 +2,7 @@ dnl dnl $Id$ dnl -AC_DEFUN(PDO_MYSQL_LIB_CHK, [ +AC_DEFUN([PDO_MYSQL_LIB_CHK], [ str="$PDO_MYSQL_DIR/$1/libmysqlclient.*" for j in `echo $str`; do if test -r $j; then |