Changeset 72828a8
- Timestamp:
- Apr 8, 2020, 1:44:44 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 92976d9, a201f7b
- Parents:
- 27273f9
- Location:
- libcfa
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/configure
r27273f9 r72828a8 16950 16950 16951 16951 16952 ac_fn_c_check_header_mongrel "$LINENO" "linux/io_uring.h" "ac_cv_header_linux_io_uring_h" "$ac_includes_default" 16952 for ac_header in linux/io_uring.h 16953 do : 16954 ac_fn_c_check_header_mongrel "$LINENO" "linux/io_uring.h" "ac_cv_header_linux_io_uring_h" "$ac_includes_default" 16953 16955 if test "x$ac_cv_header_linux_io_uring_h" = xyes; then : 16954 16955 fi 16956 16956 cat >>confdefs.h <<_ACEOF 16957 #define HAVE_LINUX_IO_URING_H 1 16958 _ACEOF 16959 16960 fi 16961 16962 done 16957 16963 16958 16964 -
libcfa/configure.ac
r27273f9 r72828a8 118 118 AC_PROG_MAKE_SET 119 119 120 AC_CHECK_HEADER ([linux/io_uring.h])120 AC_CHECK_HEADERS([linux/io_uring.h]) 121 121 122 122 AC_CONFIG_FILES([
Note: See TracChangeset
for help on using the changeset viewer.