Changeset 8993
- Timestamp:
- Sep 26, 2006, 2:10:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r8992 r8993 379 379 [AC_MSG_RESULT(doxygen enabled) 380 380 AC_PATH_PROG([DOXYGEN], [doxygen], [missing]) 381 AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing")382 381 ], 383 382 [AC_MSG_RESULT([doxygen disabled]) 384 AM_CONDITIONAL([DOXYGEN], [test "apples" == "oranges"])383 doxygen=off 385 384 ] 386 385 ) 386 AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing" -a "x$doxygen" != "xoff") 387 387 388 388
Note:
See TracChangeset
for help on using the changeset viewer.
