#! /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.
#
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"
#
# 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:
#
@SSLLIB@ \
@XTRA_LIBS@
+tests_test_http_range_LDFLAGS = $(LIBADD_DL)
tests_test_http_range_DEPENDENCIES = \
@SQUID_CPPUNIT_LA@