From 6686f83799eb5f8e275c3b00e7668642d645d83d Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 28 May 2001 03:18:44 +0000 Subject: Oops. --- ext/mysql/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mysql') diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index f6985ecce7..bf72fbad90 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -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 -- cgit v1.2.1