Changes in configure.ac [8e485801:41cca44]
- File:
-
- 1 edited
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r8e485801 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.