X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=4bd2e41ee328cd2bc4e9845a86c4fb840e3423cf;hp=2b90666daa7886b7f481b1629fd0fcd72da0752f;hb=0bfe72d06b55b0db076c900c6c2173b59c8b75f3;hpb=61cad7bbaf63389b520b695eefdd735bc11a8aa6 diff --git a/configure.ac b/configure.ac index 2b90666..4bd2e41 100644 --- a/configure.ac +++ b/configure.ac @@ -86,12 +86,12 @@ fi dnl OCaml ocamlnet RPC library + dependencies (version 3) is required. AC_CHECK_OCAML_PKG(rpc) -if test "x$OCAML_PKG_rpc" = "xno"; then +if test "x$OCAML_PKG_rpc" = "x"; then AC_MSG_ERROR([You must install OCaml ocamlnet library version 3]) fi AC_CHECK_PROG(OCAMLRPCGEN,ocamlrpcgen,ocamlrpcgen) -if test "x$OCAMLRPCGEN" = "xno"; then +if test "x$OCAMLRPCGEN" = "x"; then AC_MSG_ERROR([You must install the ocamlrpcgen program]) fi @@ -106,6 +106,7 @@ AC_CONFIG_FILES([Makefile daemon/Makefile lib/config.ml lib/Makefile + tests/jobs/Makefile tests/parsing/Makefile tools/Makefile whenjobs.spec])