ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure
(Generate patch)

Comparing rxvt-unicode/configure (file contents):
Revision 1.164 by root, Thu Jun 20 23:07:42 2019 UTC vs.
Revision 1.165 by root, Wed Jan 22 13:57:10 2020 UTC

5352ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' 5352ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5353ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 5353ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5354ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 5354ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
5355 5355
5356 5356
5357for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h 5357for ac_header in sys/inotify.h sys/epoll.h sys/event.h port.h poll.h sys/timerfd.h
5358do : 5358do :
5359 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5359 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5360ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 5360ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5361if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 5361if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5362 cat >>confdefs.h <<_ACEOF 5362 cat >>confdefs.h <<_ACEOF
5365 5365
5366fi 5366fi
5367 5367
5368done 5368done
5369 5369
5370for ac_header in sys/select.h sys/eventfd.h sys/signalfd.h linux/aio_abi.h 5370for ac_header in sys/select.h sys/eventfd.h sys/signalfd.h linux/aio_abi.h linux/fs.h
5371do : 5371do :
5372 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 5372 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5373ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" 5373ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
5374if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : 5374if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5375 cat >>confdefs.h <<_ACEOF 5375 cat >>confdefs.h <<_ACEOF
5568 5568
5569 fi 5569 fi
5570 5570
5571fi 5571fi
5572done 5572done
5573
5574
5575ac_fn_cxx_check_type "$LINENO" "__kernel_rwf_t" "ac_cv_type___kernel_rwf_t" "#include <linux/fs.h>
5576"
5577if test "x$ac_cv_type___kernel_rwf_t" = xyes; then :
5578
5579
5580$as_echo "#define HAVE_KERNEL_RWF_T 1" >>confdefs.h
5581
5582
5583fi
5573 5584
5574 5585
5575if test -z "$LIBEV_M4_AVOID_LIBM"; then 5586if test -z "$LIBEV_M4_AVOID_LIBM"; then
5576 LIBM=m 5587 LIBM=m
5577fi 5588fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines