Changeset 1285


Ignore:
Timestamp:
Apr 23, 2008, 11:40:19 PM (15 years ago)
Author:
Peter
Message:

warning about missing doxygen not only in debug-mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4-stable/configure.ac

    r1275 r1285  
    185185# Only warning about missing programs (needed for docs generation)
    186186# when in debug mode
    187 if (test "$enable_debug" == "yes"); then
    188187if (test "$HAVE_DOXYGEN" != "true") ; then
    189188  AC_MSG_WARN([
     
    192191  install Doxygen available at http://www.doxygen.org/
    193192  ])
    194 fi
    195193fi
    196194
Note: See TracChangeset for help on using the changeset viewer.