|
version 1.1.1.2, 2012/05/29 12:34:41
|
version 1.1.1.4, 2013/10/14 08:02:25
|
|
Line 45 PHP_ARG_WITH(mysql, for MySQL support,
|
Line 45 PHP_ARG_WITH(mysql, for MySQL support,
|
| mysqlnd the MySQL native driver will be used]) |
mysqlnd the MySQL native driver will be used]) |
| |
|
| PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket, |
PHP_ARG_WITH(mysql-sock, for specified location of the MySQL UNIX socket, |
| [ --with-mysql-sock[=DIR] MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer. | [ --with-mysql-sock[=SOCKPATH] MySQL/MySQLi/PDO_MYSQL: Location of the MySQL unix socket pointer. |
| If unspecified, the default locations are searched], no, no) |
If unspecified, the default locations are searched], no, no) |
| |
|
| if test -z "$PHP_ZLIB_DIR"; then |
if test -z "$PHP_ZLIB_DIR"; then |
|
Line 95 Note that the MySQL client library is not bundled anym
|
Line 95 Note that the MySQL client library is not bundled anym
|
| for i in $PHP_LIBDIR $PHP_LIBDIR/mysql; do |
for i in $PHP_LIBDIR $PHP_LIBDIR/mysql; do |
| MYSQL_LIB_CHK($i) |
MYSQL_LIB_CHK($i) |
| done |
done |
| |
|
| |
if test -z "$MYSQL_LIB_DIR"; then |
| |
MYSQL_LIB_CHK(lib/x86_64-linux-gnu) |
| |
fi |
| |
if test -z "$MYSQL_LIB_DIR"; then |
| |
MYSQL_LIB_CHK(lib/i386-linux-gnu) |
| |
fi |
| |
|
| if test -z "$MYSQL_LIB_DIR"; then |
if test -z "$MYSQL_LIB_DIR"; then |
| AC_MSG_ERROR([Cannot find lib$MYSQL_LIBNAME under $MYSQL_DIR. |
AC_MSG_ERROR([Cannot find lib$MYSQL_LIBNAME under $MYSQL_DIR. |