projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b5ba71
)
configure.ac: fix empty else on RHEL5
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 18:07:18 +0000
(20:07 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 18:07:18 +0000
(20:07 +0200)
Ancient autoconf versions don't like empty
strings in m4 arguments.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
56d22c2
..
4aa3af7
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1638,7
+1638,7
@@
PKG_CHECK_MODULES([HAL], [hal],
])
CPPFLAGS="$SAVE_CPPFLAGS"
],
- []
+ [
:
]
)
LIBS="$SAVE_LIBS"
],