2009-10-04 03:55:36 +00:00
|
|
|
--- a/configure
|
|
|
|
+++ b/configure
|
|
|
|
@@ -31446,7 +31446,7 @@ if test "${with_rrdtool+set}" = set; the
|
2008-05-26 19:51:00 +00:00
|
|
|
withval=$with_rrdtool; if test "x$withval" != "xno" && test "x$withval" != "xyes"
|
|
|
|
then
|
|
|
|
librrd_cflags="-I$withval/include"
|
|
|
|
- librrd_ldflags="-L$withval/lib"
|
|
|
|
+ librrd_ldflags="-L$withval/lib -lz"
|
|
|
|
with_rrdtool="yes"
|
|
|
|
else
|
|
|
|
with_rrdtool="$withval"
|