dreid       01/10/27 14:54:15

  Modified:    .        configure.in
  Log:
  Fix a small snafu in configure.in
  
  (Man, this still works!)
  
  Submitted by: Pete Schultz <[EMAIL PROTECTED]>
  Reviewed by:  David Reid <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.371     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.370
  retrieving revision 1.371
  diff -u -r1.370 -r1.371
  --- configure.in      2001/10/21 03:32:01     1.370
  +++ configure.in      2001/10/27 21:54:15     1.371
  @@ -1252,7 +1252,7 @@
   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
  
  
  

Reply via email to