IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2006, 12:46:01 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION 0.0.40 (updated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/configure.ac

    r9149 r9155  
    3030fi
    3131
    32 AC_PATH_PROG([DOXYGEN], [doxygen], [missing])
    33 AM_CONDITIONAL([HAVE_DOXYGEN], test "x$doxygen" != "xmissing")
     32AC_PATH_PROG([DOXYGEN], [doxygen], [])
     33AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
    3434
    3535dnl is this the best was to setup recursive CFLAGS?
Note: See TracChangeset for help on using the changeset viewer.