Changeset 2467 for configure.ac
- Timestamp:
- Feb 19, 2009, 4:45:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r2411 r2467 15 15 AC_ARG_ENABLE(doxygen, [ --enable-doxygen Enable doxygen documentation ], enable_doxygen=$enableval, enable_doxygen=no) 16 16 AM_CONDITIONAL(DOXYGEN, test "$enable_doxygen" = yes) 17 18 AC_ARG_ENABLE(logcolors, [ --enable-logcolors Enable colorful logging], enable_logcolors=$enableval, enable_logcolors=no) 19 AM_CONDITIONAL(LOGCOLORS, test "$enable_logcolors" = yes) 17 20 18 21 AC_PROG_LIBTOOL
Note:
See TracChangeset
for help on using the changeset viewer.