X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=85d5416f3b2d40a281502e80eabda8c3b3e68d98;hb=698fccd6e488a3facc8e5a08a997e8d5e8ff953b;hp=3f60cd7993c20a77297ae8199b44da09425ede80;hpb=5f4740c789a5cdfe45669ceb07062371575be523;p=catta diff --git a/configure.ac b/configure.ac index 3f60cd7..85d5416 100644 --- a/configure.ac +++ b/configure.ac @@ -331,16 +331,6 @@ DX_PDF_FEATURE(OFF) DX_PS_FEATURE(OFF) DX_INIT_DOXYGEN(avahi, doxygen.cfg, doxygen) -AC_ARG_ENABLE(core-docs, - AS_HELP_STRING([--enable-core-docs],[Enable building of documentation for avahi-core]), -[case "${enableval}" in - yes) ENABLE_CORE_DOCS=yes ;; - no) ENABLE_CORE_DOCS=no ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-core-docs]) ;; -esac],[ENABLE_CORE_DOCS=no]) - -AM_CONDITIONAL([ENABLE_CORE_DOCS], [test "x$ENABLE_CORE_DOCS" = xyes]) - # # Conditionally compile test and example programs # @@ -380,5 +370,4 @@ echo " echo "\ Building libavahi-core yes Building tests: ${ENABLE_TESTS} - Building avahi-core documentation: ${ENABLE_CORE_DOCS} "