From 313222702610b4110a98bdff8d16c9b2db4cb9c8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 4 Feb 2007 02:56:10 +0000 Subject: [PATCH] Adjust for change: "--with-db4" is now "--with-db-4". --- v7/dist/make-dist-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/dist/make-dist-files b/v7/dist/make-dist-files index e5741eb21..42062db32 100755 --- a/v7/dist/make-dist-files +++ b/v7/dist/make-dist-files @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-dist-files,v 1.25 2007/01/20 03:55:34 cph Exp $ +# $Id: make-dist-files,v 1.26 2007/02/04 02:56:10 cph Exp $ # # Copyright 2000,2001,2002,2003,2005 Massachusetts Institute of Technology # @@ -83,7 +83,7 @@ if [ ! -f "${STAMP_BUILD}" ];then cd "${BUILD_DIR}/src" ./configure --enable-static-libs=yes --enable-dynamic-modules=no \ - --with-mcrypt=no --with-libpq=no --with-db4=no + --with-mcrypt=no --with-libpq=no --with-db-4=no make cd "${BUILD_DIR}/doc" -- 2.25.1