projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a0d270
)
Fix build when hal is not installed
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 17:03:29 +0000
(19:03 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sun, 24 Jul 2016 17:03:29 +0000
(19:03 +0200)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e3d09da
..
56d22c2
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1641,7
+1641,8
@@
PKG_CHECK_MODULES([HAL], [hal],
[]
)
LIBS="$SAVE_LIBS"
- ]
+ ],
+ [ : ]
)
AC_SUBST(BUILD_WITH_LIBHAL_CFLAGS)
AC_SUBST(BUILD_WITH_LIBHAL_LIBS)