X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=configure.ac;h=e3ade4a8c13939adda9beb62db8fe87b6b3ef695;hb=43abb7b668ad7724852cee3a08f2d3add9b8e009;hp=d859fc1a119eda347015974db2b5ffeccaedbf77;hpb=28fa063b625c772f45c99b618f498715fb98474b;p=collectd.git diff --git a/configure.ac b/configure.ac index d859fc1a..e3ade4a8 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]) @@ -477,7 +477,7 @@ else have_linux_raid_md_u_h="no" fi -# For the swap module +# For the wireless module have_linux_wireless_h="no" if test "x$ac_system" = "xLinux" then