IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8991


Ignore:
Timestamp:
Sep 26, 2006, 2:01:05 PM (20 years ago)
Author:
jhoblitt
Message:

fix the AM_CONDITIONAL used to disable doxygen when --enable-doxygen is NOT specified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8975 r8991  
    382382  ],
    383383  [AC_MSG_RESULT([doxygen disabled])
    384     AM_CONDITIONAL([DOXYGEN], test 0)
     384    AM_CONDITIONAL([DOXYGEN], 0)
    385385  ]
    386386)
Note: See TracChangeset for help on using the changeset viewer.