summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authordreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-10-27 21:54:15 +0000
committerdreid <dreid@13f79535-47bb-0310-9956-ffa450edef68>2001-10-27 21:54:15 +0000
commit1a4c01c6397f63f0687a732ff3ed1aff67599fb8 (patch)
tree54526b8dd611a62a9b526687c25d00809c6a29e3 /configure.in
parent991095d3e87df1d3666823969e14bb60f1f72dce (diff)
downloadlibapr-1a4c01c6397f63f0687a732ff3ed1aff67599fb8.tar.gz
Fix a small snafu in configure.in
(Man, this still works!) Submitted by: Pete Schultz <pete@beforever.com> Reviewed by: David Reid <dreid@apache.org> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62467 13f79535-47bb-0310-9956-ffa450edef68
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