diff options
author | Steve <sb@npubs.com> | 2006-04-19 21:56:04 +0000 |
---|---|---|
committer | Steve <sb@npubs.com> | 2006-04-19 21:56:04 +0000 |
commit | bd0b2b775eba823bd6325409dd287c0fd80a715a (patch) | |
tree | 74212d8d7914feae046de70950d458113f481ad6 /configure.in | |
parent | 3c6697aa59e56937173755474e4ecdee60303d46 (diff) |
added support for rrd graphs
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 934aa31..391e676 100644 --- a/configure.in +++ b/configure.in @@ -26,6 +26,10 @@ AC_PROG_CC AC_PROG_INSTALL AC_PROG_RANLIB +dnl Checks for libraries +AC_CHECK_LIB(rrd, rrd_update, , + [echo "ERROR: librrd not found."; exit 1]) + dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_C_INLINE |