You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by je...@apache.org on 2001/09/22 21:10:18 UTC

cvs commit: apr configure.in

jerenkrantz    01/09/22 12:10:18

  Modified:    .        configure.in
  Log:
  Use the proper m4 quoting.
  
  (Does this even need to be quoted?)
  
  Revision  Changes    Path
  1.366     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.365
  retrieving revision 1.366
  diff -u -r1.365 -r1.366
  --- configure.in	2001/08/30 18:21:50	1.365
  +++ configure.in	2001/09/22 19:10:18	1.366
  @@ -1255,7 +1255,7 @@
   msg=no ])
   AC_MSG_RESULT([$msg])
   
  -AC_MSG_CHECKING("if fd == socket on this platform")
  +AC_MSG_CHECKING([if fd == socket on this platform])
   if test "x$file_as_socket" = "x" ; then
       file_as_socket="1";
       echo "yes"