|
|
| version 1.3.2.1, 2011/09/07 15:52:35 | version 1.3.2.2, 2011/09/07 15:59:46 |
|---|---|
| Line 20 CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS} | Line 20 CFLAGS="-Wall -O2 -fPIC -I/usr/local/include ${CFLAGS} |
| LDFLAGS="-L/usr/local/lib ${LDFLAGS}" | LDFLAGS="-L/usr/local/lib ${LDFLAGS}" |
| # Checks for libraries. | # Checks for libraries. |
| AC_CHECK_LIB(pthread, [pthread_create]) | |
| # Checks for header files. | # Checks for header files. |
| Line 31 AC_C_INLINE | Line 32 AC_C_INLINE |
| AC_FUNC_MALLOC | 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]) | |
| # 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) |