X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=591fd587d0f05b6850b3889cd16fa5b3df49138f;hb=591c55cdb4e56f229d27d93a28a75e8a506def15;hp=d859fc1a119eda347015974db2b5ffeccaedbf77;hpb=28fa063b625c772f45c99b618f498715fb98474b;p=collectd.git diff --git a/configure.ac b/configure.ac index d859fc1a..591fd587 100644 --- 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])