IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23454


Ignore:
Timestamp:
Mar 20, 2009, 9:01:36 AM (17 years ago)
Author:
Paul Price
Message:

AM_CONDITIONAL needs to be outside a conditional.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/configure_ac.tt

    r23453 r23454  
    4848              [AS_HELP_STRING(--enable-doxygen,doxygen-erated documentation)],
    4949              [AC_MSG_RESULT(doxygen enabled)
    50                AC_PATH_PROG([DOXYGEN], [doxygen], [])
    51                AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])],
    52               [])
     50               AC_PATH_PROG([DOXYGEN], [doxygen], [])],
     51              [AC_MSG_RESULT(doxygen disabled)])
     52AM_CONDITIONAL([HAVE_DOXYGEN], [test -n "$DOXYGEN"])
    5353
    5454dnl is this the best was to setup recursive CFLAGS?
Note: See TracChangeset for help on using the changeset viewer.