Diff for /libaitsess/configure.in between versions 1.4.2.1 and 1.4.2.3

version 1.4.2.1, 2012/02/10 23:39:22 version 1.4.2.3, 2012/02/27 21:21:32
Line 21  LDFLAGS="-L/usr/local/lib ${LDFLAGS}" Line 21  LDFLAGS="-L/usr/local/lib ${LDFLAGS}"
   
 # Checks for libraries.  # Checks for libraries.
 AC_CHECK_LIB(pthread, [pthread_create])  AC_CHECK_LIB(pthread, [pthread_create])
   AC_CHECK_LIB(aitio, [io_arrayInit])
   
 # Checks for header files.  # Checks for header files.
   
Line 33  AC_FUNC_MALLOC Line 34  AC_FUNC_MALLOC
 AC_FUNC_MMAP  AC_FUNC_MMAP
 AC_CHECK_FUNCS([bzero memset munmap])  AC_CHECK_FUNCS([bzero memset munmap])
 AC_CHECK_FUNCS([pthread_create pthread_exit])  AC_CHECK_FUNCS([pthread_create pthread_exit])
   AC_CHECK_FUNCS([shm_open shm_unlink])
   
 # It's stupid, but not all platforms have union semun, even those that need it.  # It's stupid, but not all platforms have union semun, even those that need it.
 AC_MSG_CHECKING(looking for union semun in sys/sem.h)  AC_MSG_CHECKING(looking for union semun in sys/sem.h)

Removed from v.1.4.2.1  
changed lines
  Added in v.1.4.2.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>