X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=591fd587d0f05b6850b3889cd16fa5b3df49138f;hb=d3a662b17b4f1a6638ac56ef06c7de52dd4f0a97;hp=d859fc1a119eda347015974db2b5ffeccaedbf77;hpb=d69c181126dcf75dcc1c93954463ba32ca340b39;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])