rrdtool plugin: fix thread-safety detection
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 15:35:39 +0000 (17:35 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 19:24:17 +0000 (21:24 +0200)
commitef43260cd901847220c2a9de400579ff903ca13e
treedd33eddd1dd08ec0a2735b7441370144ba4943d6
parent4187b6ee6b706b7a31ee20709b7d8b9acfddce0c
rrdtool plugin: fix thread-safety detection

librrd 1.6.0 is now threadsafe and librrd_th is gone.

Since there doesn't seem to be a way to detect that librrd
is threadsafe, use pkg-config to check for 1.6.0 or newer instead.

The logic is now as follows:
Check for librrd >= 1.6.0 with pkg-config
If not found, look for rrd_update_r in librrd_th.
If not found, look for rrd_update in librrd and assume librrd is not
thread safe.
configure.ac
src/Makefile.am