mirror of
https://github.com/php/php-src.git
synced 2024-11-26 11:23:47 +08:00
Oops.
This commit is contained in:
parent
2798dd52af
commit
6686f83799
@ -80,7 +80,7 @@ elif test "$PHP_MYSQL" != "no"; then
|
||||
|
||||
dnl Check if mysql_config is found. If yes, use the LIBS provided by it..
|
||||
if test -x "$MYSQL_DIR/bin/mysql_config"; then
|
||||
MYSQL_LIBS=`$MYSQL_DIR/bin/mysql_config --libs | sed -e "s/-lnsl//g;s/'//g"
|
||||
MYSQL_LIBS=`$MYSQL_DIR/bin/mysql_config --libs | sed -e "s/-lnsl//g;s/'//g"`
|
||||
MYSQL_INCLUDE=`$MYSQL_DIR/bin/mysql_config --cflags | sed -e "s/'//g"`
|
||||
AC_DEFINE_UNQUOTED(MYSQL_UNIX_ADDR, "`$MYSQL_DIR/bin/mysql_config --socket`", [Default mysql unix socket])
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user