X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=755c339d8639599478729c0d40dd298aab8144c1;hb=bb4a32c13b7a0b6f3148cff075c7b9176ce14020;hp=81ea6b748b8ee59953132575606de74cf2001ff0;hpb=12f53f74a2e9858887a5f23c44c320f6321de82b;p=goaljobs.git diff --git a/configure.ac b/configure.ac index 81ea6b7..755c339 100644 --- a/configure.ac +++ b/configure.ac @@ -82,6 +82,12 @@ if test "x$OCAMLFIND" = "xno"; then AC_MSG_ERROR([You must install OCaml findlib (the ocamlfind command)]) fi +dnl OCaml calendar library is required. +AC_CHECK_OCAML_PKG(calendar) +if test "x$OCAML_PKG_calendar" = "xno"; then + AC_MSG_ERROR([You must install OCaml calendar library version 2]) +fi + dnl Check for curl (for URL testing, downloads). AC_CHECK_PROG(CURL,curl,curl) if test "x$CURL" = "x"; then