X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=configure.ac;h=54537c311750cc4c53f2d08fab2db19fe322b593;hb=2c2b03cd99c55606d16e02b014a8a63055874867;hp=cfe905322dc133c615d964e04be389df5bb35c60;hpb=0571e7d0a290a9c3e0f3880363d0f2dbe93fc616;p=wrappi.git diff --git a/configure.ac b/configure.ac index cfe9053..54537c3 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,11 @@ fi dnl Check support for 64 bit file offsets. AC_SYS_LARGEFILE +dnl Check for gperf. +AC_CHECK_PROG([GPERF],[gperf],[gperf],[no]) +test "x$GPERF" = "xno" && + AC_MSG_ERROR([gperf must be installed]) + dnl Check for OCaml compiler. AC_PROG_OCAML if test "$OCAMLC" = "no"; then