summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7c495a5)
raw | patch | inline | side by side (parent: 7c495a5)
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 912aa9175b5cf9af4291d04a2f186e393e173bc0..5c6720c3901f3d30a71db162f8e170b405470284 100644 (file)
--- a/configure.ac
+++ b/configure.ac
)]
)
-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])