]> granicus.if.org Git - php/commitdiff
dont test for the socket -- enables installs over NFS etc.
authorJames Cox <imajes@php.net>
Sun, 9 Jun 2002 11:43:50 +0000 (11:43 +0000)
committerJames Cox <imajes@php.net>
Sun, 9 Jun 2002 11:43:50 +0000 (11:43 +0000)
# my previous commit was the revision before the fixed one (ie, i had the fix) so apologies for that.

ext/mysql/config.m4

index 40d42068753928ca9d25c35046a08677c06f9643..9b9d5430d6bb3354d5a2d7b4cd278f6dfe4f08a6 100644 (file)
@@ -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