From: Ruben Kerkhof Date: Sat, 27 May 2017 12:54:22 +0000 (+0200) Subject: configure.ac: replace AS_IF with normal test X-Git-Tag: collectd-5.8.0~158 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=ac295b96842daff60631573c806150487467fa4a;hp=ac295b96842daff60631573c806150487467fa4a;p=collectd.git configure.ac: replace AS_IF with normal test AS_IF is slightly more portable, but slightly less readable. ---