You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2002/02/04 15:56:51 UTC

cvs commit: apache-1.3 configure

jim         02/02/04 06:56:51

  Modified:    .        configure
  Log:
  Most likely a very stupid and anal
  patch, but this uses no new constructs
  
  Revision  Changes    Path
  1.135     +8 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- configure	4 Feb 2002 13:57:39 -0000	1.134
  +++ configure	4 Feb 2002 14:56:51 -0000	1.135
  @@ -1590,7 +1590,14 @@
            -e "s:Makefile in :Makefile in $src\\/:" \
            -e "s:Makefile\$:Makefile in $src:")
   fi 3>&1 1>&2`
  -[ $rc = 0 ] || exit 1
  +
  +## Ugly. So far, we've only used -eq, so just in case, use this
  +## stupid code unless we're *sure* that -ne is also available
  +if [ $rc -eq 0 ]; then
  +    :
  +else
  +    exit 1
  +fi
   
   ##
   ##  final hints