summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-06-09 11:43:50 +0000
committerJames Cox <imajes@php.net>2002-06-09 11:43:50 +0000
commit210744928f71e8342208458436263dd73f56c0e2 (patch)
treeabc88cf43b3660087e074d5fedc9e3a55710623b
parenta2849b868b0c4ae4aee9446cd83427e60203cef6 (diff)
downloadphp-git-210744928f71e8342208458436263dd73f56c0e2.tar.gz
dont test for the socket -- enables installs over NFS etc.
# my previous commit was the revision before the fixed one (ie, i had the fix) so apologies for that.
-rw-r--r--ext/mysql/config.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4
index 40d4206875..9b9d5430d6 100644
--- a/ext/mysql/config.m4
+++ b/ext/mysql/config.m4
@@ -53,13 +53,9 @@ if test "$PHP_MYSQL" != "no"; then
AC_MSG_CHECKING(for MySQL UNIX socket location)
if test "$PHP_MYSQL_SOCK" != "no"; then
- if test -r $PHP_MYSQL_SOCK; then
MYSQL_SOCK=$PHP_MYSQL_SOCK
AC_DEFINE_UNQUOTED(MYSQL_UNIX_ADDR, "$MYSQL_SOCK", [ ])
AC_MSG_RESULT([$MYSQL_SOCK])
- else
- AC_MSG_RESULT([warning: The specified $PHP_MYSQL_SOCK was not found!])
- fi
else
PHP_MYSQL_SOCKET_SEARCH
fi