From: Ruben Kerkhof Date: Sat, 27 May 2017 10:07:30 +0000 (+0200) Subject: configure.ac: fix overquoting X-Git-Tag: collectd-5.8.0~166 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=bf733a75b862167fc17a4ad4edc7d5a6b7681ee7 configure.ac: fix overquoting --- diff --git a/configure.ac b/configure.ac index b4ef3d5b..935db481 100644 --- a/configure.ac +++ b/configure.ac @@ -361,7 +361,7 @@ AC_CHECK_HEADERS([netinet/udp.h], [], [], AC_CHECK_HEADERS([sys/dkstat.h]) if test "x$ac_system" = "xDarwin"; then AC_CHECK_HEADERS( - [[ \ + [ \ mach/mach_init.h \ mach/host_priv.h \ mach/mach_error.h \ @@ -385,7 +385,7 @@ if test "x$ac_system" = "xDarwin"; then IOKit/ps/IOPSKeys.h \ IOKit/IOBSD.h \ IOKit/storage/IOBlockStorageDriver.h - ]] + ] ) # For the battery plugin