mjc         96/09/24 07:33:59

  Modified:    src       Configure
  Log:
  No DBM libs needed for Solaris or Irix
  
  Revision  Changes    Path
  1.21      +3 -1      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -C3 -r1.20 -r1.21
  *** Configure 1996/09/23 10:14:59     1.20
  --- Configure 1996/09/24 14:33:57     1.21
  ***************
  *** 1,5 ****
    #!/bin/sh
  ! # $Id: Configure,v 1.20 1996/09/23 10:14:59 ben Exp $
    trap 'rm $tmpfile; exit' 0 1 2 3 15
    
    # Apache configuration script, first cut --- rst.
  --- 1,5 ----
    #!/bin/sh
  ! # $Id: Configure,v 1.21 1996/09/24 14:33:57 mjc Exp $
    trap 'rm $tmpfile; exit' 0 1 2 3 15
    
    # Apache configuration script, first cut --- rst.
  ***************
  *** 173,178 ****
  --- 173,179 ----
        *-sgi-irix*)
        DEF_WANTHSREGEX=yes
        DEF_BADMMAP=no
  +         DBM_LIB=""
        if [ "$RULE_IRIXNIS" = "yes" ]; then
            OS='SGI IRIX w/NIS'
            CFLAGS="$CFLAGS -DIRIX"
  ***************
  *** 236,241 ****
  --- 237,243 ----
        OS='Solaris 2'
        CFLAGS="$CFLAGS -DSOLARIS2"
        LIBS="$LIBS -lsocket -lnsl"
  +         DBM_LIB=""
        ;;
        *-sunos4*)
        OS='SunOS 4'
  
  
  

Reply via email to