Changeset e8e9052 for configure.in
- Timestamp:
- 05/18/18 14:54:59 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 5577521
- Parents:
- a7e4f40
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.in
rb663d33 re8e9052 554 554 555 555 556 have_memfd_create=no 557 AC_RUN_IFELSE([AC_LANG_PROGRAM([ 558 #include <sys/syscall.h> 559 ],[ 560 #ifndef __NR_memfd_create 561 exit(1) 562 #endif 563 ])], [have_memfd_create=yes]) 564 565 if test "$have_memfd_create" = "yes"; then 566 AC_DEFINE(HAVE_MEMFD_CREATE, 1, [Set to 1 if kernel supports memfd_create syscall]) 567 fi 568 556 569 # Stupid AC_SEARCH_LIB appends stuff to LIBS even when I don't want it to, so 557 570 # just set libs to null here to avoid linking against them by default
Note: See TracChangeset
for help on using the changeset viewer.