brian       96/12/08 21:57:03

  Modified:    src       Configure
  Log:
  Oops, earlier patch prevented non-2.1.1 unixware.  Since we can't just do 
"unixware*"
  anymore, separately answer all three possible outcomes, on the presumption 
that
  there really is a point for a "unixware1" and "unixware2".
  
  Revision  Changes    Path
  1.50      +7 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -C3 -r1.49 -r1.50
  *** Configure 1996/12/09 05:00:41     1.49
  --- Configure 1996/12/09 05:57:02     1.50
  ***************
  *** 271,277 ****
        CFLAGS="$CFLAGS -DSUNOS4 -DUSEBCOPY"
        DEF_WANTHSREGEX=yes
        ;;
  !     *-unixware)
        DEF_WANTHSREGEX=yes
        OS='Unixware'
        CFLAGS="$CFLAGS -DSVR4"
  --- 271,283 ----
        CFLAGS="$CFLAGS -DSUNOS4 -DUSEBCOPY"
        DEF_WANTHSREGEX=yes
        ;;
  !     *-unixware1)
  !     DEF_WANTHSREGEX=yes
  !     OS='Unixware'
  !     CFLAGS="$CFLAGS -DSVR4"
  !         LIBS="$LIBS -lsocket -lnsl -lcrypt"
  !         ;;
  !     *-unixware2)
        DEF_WANTHSREGEX=yes
        OS='Unixware'
        CFLAGS="$CFLAGS -DSVR4"
  
  
  

Reply via email to