Changeset 9155
- Timestamp:
- Oct 3, 2006, 12:46:01 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/configure.ac
r9149 r9155 30 30 fi 31 31 32 AC_PATH_PROG([DOXYGEN], [doxygen], [ missing])33 AM_CONDITIONAL([HAVE_DOXYGEN], test "x$doxygen" != "xmissing")32 AC_PATH_PROG([DOXYGEN], [doxygen], []) 33 AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"]) 34 34 35 35 dnl is this the best was to setup recursive CFLAGS?
Note:
See TracChangeset
for help on using the changeset viewer.
