summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 7e68b7243..3e33da86c 100644
--- a/configure.in
+++ b/configure.in
@@ -1252,7 +1252,7 @@ msg=no ])
AC_MSG_RESULT([$msg])
AC_MSG_CHECKING([if fd == socket on this platform])
-if test "x$file_as_socket" = "x" ; then
+if test "x$file_as_socket" = "x1" ; then
file_as_socket="1";
echo "yes"
else