Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/configure.ac

    r04bc1c0 rc8c0c7c5  
    109109
    110110# Checks for programs.
    111 LT_INIT([disable-static])
     111LT_INIT
    112112
    113113AC_PROG_CXX
     
    118118AC_PROG_MAKE_SET
    119119
    120 AC_CHECK_HEADERS([linux/io_uring.h])
    121 AC_CHECK_FUNCS([preadv2 pwritev2])
    122 
    123120AC_CONFIG_FILES([
    124121        Makefile
     
    127124        ])
    128125
    129 AC_CONFIG_HEADERS(prelude/defines.hfa)
    130 
    131126AC_OUTPUT()
    132127
Note: See TracChangeset for help on using the changeset viewer.