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

Comparing rxvt-unicode/configure (file contents):
Revision 1.118 by root, Sun Nov 18 01:31:38 2007 UTC vs.
Revision 1.120 by root, Mon Nov 26 20:07:49 2007 UTC

3871LINKER=$LINKER 3871LINKER=$LINKER
3872 3872
3873 3873
3874if test -z "$orig_CXXFLAGS"; then 3874if test -z "$orig_CXXFLAGS"; then
3875 if test x$GCC = xyes && test "x$GXX" = xyes; then 3875 if test x$GCC = xyes && test "x$GXX" = xyes; then
3876 CXXFLAGS="-g -O3 -fno-threadsafe-statics -fno-enforce-eh-specs" 3876 CXXFLAGS="-g -O3 -fno-rtti -fvisibility-inlines-hidden -fno-threadsafe-statics -fno-enforce-eh-specs"
3877 cat >conftest.$ac_ext <<_ACEOF 3877 cat >conftest.$ac_ext <<_ACEOF
3878/* confdefs.h. */ 3878/* confdefs.h. */
3879_ACEOF 3879_ACEOF
3880cat confdefs.h >>conftest.$ac_ext 3880cat confdefs.h >>conftest.$ac_ext
3881cat >>conftest.$ac_ext <<_ACEOF 3881cat >>conftest.$ac_ext <<_ACEOF
5368 5368
5369 5369
5370 5370
5371 5371
5372 5372
5373
5374
5373for ac_header in sys/epoll.h sys/event.h sys/queue.h port.h 5375for ac_header in sys/epoll.h sys/event.h sys/queue.h port.h poll.h sys/select.h
5374do 5376do
5375as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 5377as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5376if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 5378if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5377 { echo "$as_me:$LINENO: checking for $ac_header" >&5 5379 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5378echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 5380echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5511 5513
5512 5514
5513 5515
5514 5516
5515 5517
5518
5519
5516for ac_func in epoll_ctl kqueue port_create 5520for ac_func in epoll_ctl kqueue port_create poll select
5517do 5521do
5518as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5522as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5519{ echo "$as_me:$LINENO: checking for $ac_func" >&5 5523{ echo "$as_me:$LINENO: checking for $ac_func" >&5
5520echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; } 5524echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
5521if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then 5525if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines