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