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

Comparing gvpe/configure (file contents):
Revision 1.36 by pcg, Sat Nov 10 19:43:37 2007 UTC vs.
Revision 1.37 by pcg, Sat Dec 1 23:35:31 2007 UTC

9552 9552
9553 9553
9554 9554
9555 9555
9556 9556
9557for ac_header in sys/epoll.h sys/event.h sys/queue.h 9557
9558
9559
9560
9561for ac_header in sys/inotify.h sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h
9558do 9562do
9559as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9563as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9560if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 9564if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9561 { echo "$as_me:$LINENO: checking for $ac_header" >&5 9565 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9562echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 9566echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9694done 9698done
9695 9699
9696 9700
9697 9701
9698 9702
9699for ac_func in epoll_ctl kqueue 9703
9704
9705
9706
9707for ac_func in inotify_init epoll_ctl kqueue port_create poll select
9700do 9708do
9701as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 9709as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9702{ echo "$as_me:$LINENO: checking for $ac_func" >&5 9710{ echo "$as_me:$LINENO: checking for $ac_func" >&5
9703echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 9711echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
9704if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 9712if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9873echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6; } 9881echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6; }
9874if test $ac_cv_func_clock_gettime = yes; then 9882if test $ac_cv_func_clock_gettime = yes; then
9875 : 9883 :
9876else 9884else
9877 9885
9886 if test -z "$LIBEV_M4_AVOID_LIBRT"; then
9878 9887
9879{ echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5 9888{ echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
9880echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6; } 9889echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6; }
9881if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then 9890if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
9882 echo $ECHO_N "(cached) $ECHO_C" >&6 9891 echo $ECHO_N "(cached) $ECHO_C" >&6
10038_ACEOF 10047_ACEOF
10039 10048
10040fi 10049fi
10041done 10050done
10042 10051
10052 fi
10043 10053
10044fi 10054fi
10045 10055
10046 10056
10047 10057

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines