]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorhno <>
Fri, 7 Sep 2007 06:10:41 +0000 (06:10 +0000)
committerhno <>
Fri, 7 Sep 2007 06:10:41 +0000 (06:10 +0000)
configure
src/Makefile.in

index 35e80308a02f39d36409e18eb2ecf7c1e390e08a..bd88346e331edbff03b014e8cdcfb9bb03c95a50 100755 (executable)
--- 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"
index ba357a3a4cb7098a100083a8887aed1409ee3de6..8b457e4f19850b7f96d5c447767471be38674f3d 100644 (file)
@@ -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@