PennMUSH Community
Show
Ignore:
Timestamp:
12/28/07 19:57:17 (8 months ago)
Author:
shawnw
Message:

Merge devel into trunk for p6 release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/trunk/configure.in

    r1117 r1167  
    106106AC_CHECK_HEADER(sys/types.h, [AC_DEFINE(I_SYS_TYPES)]) 
    107107AC_CHECK_HEADERS([sys/un.h ieeefp.h sys/resource.h sys/event.h sys/uio.h]) 
    108  
     108AC_CHECK_HEADERS([poll.h sys/epoll.h sys/select.h]) 
    109109### C language support 
    110110# Only need to check C99 and GNU extensions 
     
    149149CHECK_SSL 
    150150if test "$HAVE_SSL" = "yes"; then 
    151     AC_DEFINE(HAVE_SSL) 
     151   AC_DEFINE(HAVE_SSL) 
     152fi 
     153 
     154# system libpcre 
     155AX_PATH_LIB_PCRE() 
     156if test "no$PCRE_LIBS" != "no"; then 
     157   AC_DEFINE(HAVE_PCRE) 
    152158fi 
    153159 
     
    163169AC_CHECK_FUNCS([fpsetmask fpsetround]) 
    164170AC_MSG_CHECKING([for isnormal]) 
    165 AC_COMPILE_IFELSE([ 
     171AC_LINK_IFELSE([ 
    166172#include <math.h> 
    167173int main(void) { 
     
    190196AC_FUNC_SETPGRP 
    191197fi 
    192 AC_CHECK_FUNCS([cbrt getuid geteuid seteuid getpriority setpriority socketpair]) 
    193 AC_CHECK_FUNCS([sigaction sigprocmask imaxdiv kqueue valloc writev]) 
     198AC_CHECK_FUNCS([cbrt log2 getuid geteuid seteuid getpriority setpriority]) 
     199AC_CHECK_FUNCS([socketpair sigaction sigprocmask imaxdiv valloc writev]) 
     200AC_CHECK_FUNCS([fcntl pselect poll ppoll pollts kqueue epoll_ctl]) 
    194201 
    195202AC_FUNC_SNPRINTF