projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c495a5
)
configure.ac: fix path when testing for liboconfig/parser.c presence
author
Marc Fournier
<marc.fournier@camptocamp.com>
Sat, 27 Feb 2016 23:49:59 +0000
(
00:49
+0100)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Sat, 27 Feb 2016 23:49:59 +0000
(
00:49
+0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
912aa91
..
5c6720c
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-68,9
+68,9
@@
AC_CACHE_CHECK([if bison is the parser generator],
)]
)
-if test "x$collectd_cv_prog_bison" = "xno" && test ! -f "${srcdir}/liboconfig/parser.c"
+if test "x$collectd_cv_prog_bison" = "xno" && test ! -f "${srcdir}/
src/
liboconfig/parser.c"
then
- AC_MSG_ERROR([bison is missing and you do not have ${srcdir}/liboconfig/parser.c. Please install bison])
+ AC_MSG_ERROR([bison is missing and you do not have ${srcdir}/
src/
liboconfig/parser.c. Please install bison])
fi
AC_CHECK_PROG([have_protoc_c], [protoc-c], [yes], [no])