Ignore:
Timestamp:
Feb 25, 2016 4:54:17 AM (8 years ago)
Author:
nanang
Message:

Misc (re #1882): Updated ioqueue epoll related vars in build config, e.g: update 'ac_linux_poll' value, introduce PJ_HAS_LINUX_EPOLL flag (thanks George Joseph for the patch).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5239 r5247  
    623623ac_main_obj 
    624624ac_host 
    625 ac_linux_poll 
    626625opus_present 
    627626opus_h_present 
     
    689688ac_external_speex 
    690689ac_shared_libraries 
     690ac_linux_poll 
    691691ac_os_objs 
    692692EGREP 
     
    56825682 
    56835683 
     5684 
    56845685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking ioqueue backend" >&5 
    56855686$as_echo_n "checking ioqueue backend... " >&6; } 
     
    56905691                { $as_echo "$as_me:${as_lineno-$LINENO}: result: /dev/epoll" >&5 
    56915692$as_echo "/dev/epoll" >&6; } 
     5693                $as_echo "#define PJ_HAS_LINUX_EPOLL 1" >>confdefs.h 
     5694 
     5695                ac_linux_poll=epoll 
    56925696 
    56935697else 
    56945698 
    56955699                ac_os_objs=ioqueue_select.o 
    5696                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: select()" >&5 
     5700                { $as_echo "$as_me:${as_lineno-$LINENO}: result: select()" >&5 
    56975701$as_echo "select()" >&6; } 
     5702                ac_linux_poll=select 
    56985703 
    56995704fi 
     
    84128417 
    84138418 
    8414  
    8415 ac_linux_poll=select 
    84168419 
    84178420ac_host=unix 
Note: See TracChangeset for help on using the changeset viewer.