Changeset 41cca44 for configure.ac


Ignore:
Timestamp:
Sep 25, 2018, 10:49:02 AM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
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
Message:

Added check for libfibre for use in benchmark

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rfcc57ba r41cca44  
    204204
    205205# Checks for libraries.
     206AC_CHECK_LIB([fibre], [Fibre::yield], [HAVE_LIBFIBRE=1], [HAVE_LIBFIBRE=0])
     207AM_CONDITIONAL([WITH_LIBFIBRE], [test "$HAVE_LIBFIBRE" -eq 1])
    206208
    207209# Checks for header files.
Note: See TracChangeset for help on using the changeset viewer.