Changeset 8964 for trunk/psLib/configure.ac
- Timestamp:
- Sep 25, 2006, 3:37:23 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r8925 r8964 373 373 [AC_MSG_ERROR([The C99 function, atoll, is required; update your compiler version?])]) 374 374 375 AC_CHECK_PROG(doxygen,[doxygen],[true],[false]) 376 AM_CONDITIONAL(DOXYGEN, test x$doxygen = xtrue) 377 375 AC_PATH_PROG([DOXYGEN], [doxygen], [missing]) 376 AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing") 378 377 379 378 dnl ------- restore CFLAGS / LDFLAGS (tests done) --------
Note:
See TracChangeset
for help on using the changeset viewer.
