jerenkrantz    02/01/12 20:20:10

  Modified:    .        configure.in
  Log:
  Fix egd help string format.
  
  Revision  Changes    Path
  1.398     +1 -1      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.397
  retrieving revision 1.398
  diff -u -r1.397 -r1.398
  --- configure.in      13 Jan 2002 04:15:50 -0000      1.397
  +++ configure.in      13 Jan 2002 04:20:10 -0000      1.398
  @@ -1257,7 +1257,7 @@
               ;;
           *)
               AC_ARG_WITH(egd, 
  -              [  --with-egd=<path>   use egd-compatible socket],
  +              [  --with-egd=<path>       use egd-compatible socket],
                 [ if test "$withval" = "yes"; then
                     AC_ERROR([You must specify a default EGD socket path.])
                   fi
  
  
  

Reply via email to