]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/configure.ac
Enhanced doxygen documentation
[u/mrichter/AliRoot.git] / HLT / configure.ac
index 8db7e2d699de20f2684f2f3325837dced90676ed..738aa944d6bfd60b8c60d03c85fb7d9a07c2d008 100644 (file)
@@ -1020,8 +1020,11 @@ AC_ARG_ENABLE(doc,
   [AC_HELP_STRING([--disable-doc],
       [disable documentation build; monolithic build --enable-doc=mono ])],
   [],[enable_doc=modules])
+
 if test "x$DOXYGEN" = "x" ; then
    enable_doc=no.doxygen
+elif test "x$enable_doc" = "xyes" ; then
+   enable_doc=yes
 elif test ! "x$enable_doc" = "xmono" && \
      test ! "x$enable_doc" = "xmodules"  && \
      test ! "x$enable_doc" = "xno"; then