projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8eee594
)
configure.ac: fix overquoting
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 10:07:30 +0000
(12:07 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 27 May 2017 10:07:30 +0000
(12:07 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
b4ef3d5
..
935db48
100644
(file)
--- 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