brian       96/11/19 21:12:59

  Modified:    src       Configure
  Log:
  
  
  Revision  Changes    Path
  1.36      +2 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.35
  retrieving revision 1.36
  diff -C3 -r1.35 -r1.36
  *** Configure 1996/11/12 05:22:02     1.35
  --- Configure 1996/11/20 05:12:57     1.36
  ***************
  *** 1,5 ****
    #!/bin/sh
  ! # $Id: Configure,v 1.35 1996/11/12 05:22:02 fielding Exp $
    trap 'rm -f $tmpfile; exit' 0 1 2 3 15
    
    # Apache configuration script, first cut --- rst.
  --- 1,5 ----
    #!/bin/sh
  ! # $Id: Configure,v 1.36 1996/11/20 05:12:57 brian Exp $
    trap 'rm -f $tmpfile; exit' 0 1 2 3 15
    
    # Apache configuration script, first cut --- rst.
  ***************
  *** 241,246 ****
  --- 241,247 ----
        CFLAGS="$CFLAGS -DSOLARIS2"
        LIBS="$LIBS -lsocket -lnsl"
            DBM_LIB=""
  +     DEF_WANTHSREGEX=yes
        ;;
        *-sunos4*)
        OS='SunOS 4'
  
  
  

Reply via email to