From: Alex Deymo Date: Tue, 13 Aug 2013 08:08:18 +0000 (-0700) Subject: aquaero: Fix AC_CHECK configure setting for libaquaero5. X-Git-Tag: collectd-5.4.0~2^2~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a323ec3edc8e76b7ebfc3106cce1dec65268b58;p=collectd.git aquaero: Fix AC_CHECK configure setting for libaquaero5. --- diff --git a/configure.in b/configure.in index 7c2de0f2..f074fe6f 100644 --- a/configure.in +++ b/configure.in @@ -1519,7 +1519,7 @@ then then AC_MSG_NOTICE([libaquaero5 LDFLAGS: $LIBAQUAERO5_LDFLAGS]) fi - AC_CHECK_LIB(aquaero, libaquaero5_poll, + AC_CHECK_LIB(aquaero5, libaquaero5_poll, [with_libaquaero5="yes"], [with_libaquaero5="no (symbol 'libaquaero5_poll' not found)"]) fi