X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=40483be604a9a4a4b91c707725772777b5b20bd1;hp=2b90666daa7886b7f481b1629fd0fcd72da0752f;hb=c6ac020d503360f4944fefcd91364c1f5b037c54;hpb=61cad7bbaf63389b520b695eefdd735bc11a8aa6 diff --git a/configure.ac b/configure.ac index 2b90666..40483be 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