mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix aclocal warning (newer versions are more strict about this)
This commit is contained in:
parent
e087455493
commit
fc20765c5e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue