fix aclocal warning (newer versions are more strict about this)

This commit is contained in:
Hartmut Holzgraefe 2005-02-13 07:17:06 +00:00
parent e087455493
commit fc20765c5e

View file

@ -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