From: hno <> Date: Fri, 7 Sep 2007 06:10:41 +0000 (+0000) Subject: Bootstrapped X-Git-Tag: SQUID_3_0_RC1~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf72a541b4b6df6b0247b0412ba0c7799dafe0eb;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/configure b/configure index 35e80308a0..bd88346e33 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.473 . +# From configure.in Revision: 1.474 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for Squid Web Proxy 3.0.PRE7-CVS. # @@ -22108,7 +22108,7 @@ if test "${with_cppunit_basedir+set}" = set; then fi if test -f $withval/lib/libcppunit.la; then echo "Using cppunit lib from $withval" - SQUID_CPPUNIT_LA="-I${withval}/lib/libcppunit.la" + SQUID_CPPUNIT_LA="${withval}/lib/libcppunit.la" SQUID_CPPUNIT_LIBS='$(SQUID_CPPUNIT_LA)' else echo "ERROR: Cannot find cppunit at $withval" diff --git a/src/Makefile.in b/src/Makefile.in index ba357a3a4c..8b457e4f19 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -17,7 +17,7 @@ # # Makefile for the Squid Object Cache server # -# $Id: Makefile.in,v 1.435 2007/09/06 00:10:41 hno Exp $ +# $Id: Makefile.in,v 1.436 2007/09/07 00:10:42 hno Exp $ # # Uncomment and customize the following to suit your needs: # @@ -3394,6 +3394,7 @@ tests_test_http_range_LDADD = \ @SSLLIB@ \ @XTRA_LIBS@ +tests_test_http_range_LDFLAGS = $(LIBADD_DL) tests_test_http_range_DEPENDENCIES = \ @SQUID_CPPUNIT_LA@