X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=4dac56632880f80d7be0b36be969464011e3022c;hb=d7a6940827e1449fbf4531081384c28e46d8efd1;hp=14b816b18296a2f0a6a964b60feb0ae26ae22196;hpb=be42fd38c9f64c3d692883d951474527feef52f2;p=catta diff --git a/configure.ac b/configure.ac index 14b816b..4dac566 100644 --- a/configure.ac +++ b/configure.ac @@ -326,6 +326,10 @@ if test x$xmltoman = xyes ; then AC_CHECK_PROG(have_xmltoman, xmltoman, yes, no) if test x$have_xmltoman = xno ; then + if ! test -e man/avahi-daemon.8 ; then + AC_MSG_ERROR([*** xmltoman was not found, it is required to build the manpages and they have not been pre-built]) + exit 1 + fi AC_MSG_WARN([*** Not rebuilding man pages as xmltoman is not found ***]) xmltoman=no fi