Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 50402 invoked by uid 500); 9 May 2001 12:36:22 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 50386 invoked by uid 500); 9 May 2001 12:36:18 -0000 Delivered-To: apmail-apr-util-cvs@apache.org Date: 9 May 2001 12:36:16 -0000 Message-ID: <20010509123616.50381.qmail@apache.org> From: dreid@apache.org To: apr-util-cvs@apache.org Subject: cvs commit: apr-util configure.in dreid 01/05/09 05:36:16 Modified: . configure.in Log: Fix a build breakage I introduced earlier. Obtained from: Jeff Trawick Reviewed by: David Reid Revision Changes Path 1.21 +2 -2 apr-util/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apr-util/configure.in,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- configure.in 2001/05/09 12:01:54 1.20 +++ configure.in 2001/05/09 12:36:14 1.21 @@ -53,10 +53,10 @@ # if we're building a shared lib then we need to add in the # apr library to the build... LDFLAGS="$APR_SOURCE_DIR/libapr.la" - AC_PROG_LIBTOOL +AC_PROG_LIBTOOL ;; *) dnl libtoolize requires that the following not be indented - AC_PROG_LIBTOOL +AC_PROG_LIBTOOL ;; esac