X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=b1f0b6082770a15b950afabcdf9393266e77c601;hb=refs%2Fheads%2Fmaster;hp=7a01621312812efb13ef8f57e7c5c243b239b0e8;hpb=d45f03595626c22ba0029fb059df9d19bd7e6158;p=todo.git diff --git a/configure.ac b/configure.ac index 7a01621..b1f0b60 100644 --- a/configure.ac +++ b/configure.ac @@ -86,6 +86,12 @@ if test "x$OCAML_PKG_pgocaml" = "xno"; then AC_MSG_ERROR([You must install the 'ocaml-pgocaml' library]) fi +dnl Check for OCaml package PCRE (required). +AC_CHECK_OCAML_PKG(pcre) +if test "x$OCAML_PKG_pcre" = "xno"; then + AC_MSG_ERROR([You must install the 'ocaml-pcre' library]) +fi + dnl Check for POD (for manual pages). AC_CHECK_PROG(POD2MAN,pod2man,pod2man,no) AM_CONDITIONAL([HAVE_POD2MAN],