Changeset 41cca44 for configure.ac
- Timestamp:
- Sep 25, 2018, 10:49:02 AM (6 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
- Children:
- 13a984c
- Parents:
- fcc57ba
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rfcc57ba r41cca44 204 204 205 205 # Checks for libraries. 206 AC_CHECK_LIB([fibre], [Fibre::yield], [HAVE_LIBFIBRE=1], [HAVE_LIBFIBRE=0]) 207 AM_CONDITIONAL([WITH_LIBFIBRE], [test "$HAVE_LIBFIBRE" -eq 1]) 206 208 207 209 # Checks for header files.
Note: See TracChangeset
for help on using the changeset viewer.