IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8993


Ignore:
Timestamp:
Sep 26, 2006, 2:10:39 PM (20 years ago)
Author:
Paul Price
Message:

Fixing doxygen conditional properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r8992 r8993  
    379379  [AC_MSG_RESULT(doxygen enabled)
    380380    AC_PATH_PROG([DOXYGEN], [doxygen], [missing])
    381     AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing")
    382381  ],
    383382  [AC_MSG_RESULT([doxygen disabled])
    384     AM_CONDITIONAL([DOXYGEN], [test "apples" == "oranges"])
     383    doxygen=off
    385384  ]
    386385)
     386AM_CONDITIONAL([DOXYGEN], test "x$doxygen" != "xmissing" -a "x$doxygen" != "xoff")
    387387
    388388
Note: See TracChangeset for help on using the changeset viewer.