You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1997/01/10 12:17:25 UTC

cvs commit: apache/src Configure

brian       97/01/10 03:17:24

  Modified:    src       Configure
  Log:
  Reviewed by:	Brian Behlendorf, Chuck Murcko
  Submitted by:	loverso@osf.org
  
  FreeBSD doesn't have a -ldbm.
  
  Revision  Changes    Path
  1.68      +2 -0      apache/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache/src/Configure,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -C3 -r1.67 -r1.68
  *** Configure	1997/01/10 09:34:40	1.67
  --- Configure	1997/01/10 11:17:23	1.68
  ***************
  *** 248,257 ****
  --- 248,259 ----
        *486-*-freebsd*|*486-*-netbsd*)
    	OS='FreeBSD/NETBSD on 486'
    	LIBS="$LIBS -lcrypt"
  + 	DBM_LIB=""
    	;;
        *-freebsd*|*-netbsd*)
    	OS='FreeBSD/NetBSD'
    	LIBS="$LIBS -lcrypt"
  + 	DBM_LIB=""
    	;;
        *-next-nextstep*)
    	OS='NeXT'