diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index efb746fffdc..48d04852cdf 100644 --- a/configure.in +++ b/configure.in @@ -1862,8 +1862,8 @@ AC_SUBST(server_scripts) if test "$with_posix_threads" = "no" -o "$with_mit_threads" = "yes" then - # MIT pthreads does not support connecting with unix sockets - AC_DEFINE(HAVE_THREADS_WITHOUT_SOCKETS) + # MIT pthreads does now support connecting with unix sockets + # AC_DEFINE(HAVE_THREADS_WITHOUT_SOCKETS) fi # Some usefull subst |