Changes in configure.ac [41cca44:8e485801]
- File:
-
- 1 edited
-
configure.ac (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r41cca44 r8e485801 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])208 206 209 207 # Checks for header files.
Note:
See TracChangeset
for help on using the changeset viewer.