X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=configure.ac;h=ebbc6c6fc40ed2981494c698894bc353df842f90;hp=125f37bb370c0648e3e979736b04ded7dc0f3edd;hb=d00ed057f5ca87431c18ecbf9c45364eb85c24f4;hpb=119de663a2fc33ea2f9303e0cbe59ab32460520b diff --git a/configure.ac b/configure.ac index 125f37b..ebbc6c6 100644 --- a/configure.ac +++ b/configure.ac @@ -22,12 +22,14 @@ AM_CONDITIONAL(COMPILER_IS_GCC, test "x$GCC" = "xyes") AC_HEADER_STDC AC_CHECK_HEADERS(stdbool.h sys/types.h sys/socket.h netdb.h) -AC_CHECK_HEADERS(fcgiapp.h fcgi_stdio.h rrd.h, [], +AC_CHECK_HEADERS(fcgiapp.h fcgi_stdio.h rrd.h yajl/yajl_gen.h, [], [AC_MSG_ERROR(a required header file cannot be found.)]) AC_CHECK_LIB(fcgi, FCGI_Accept, [], [AC_MSG_ERROR(cannot find libfcgi.)]) AC_CHECK_LIB(rrd_th, rrd_graph_v, [], [AC_MSG_ERROR(cannot find librrd_th.)], [-lm]) +AC_CHECK_LIB(yajl, yajl_gen_alloc, [], + [AC_MSG_ERROR(cannot find libyajl.)]) AC_OUTPUT(Makefile share/Makefile src/Makefile)