configure.ac : Test for Unix pipe() and waitpid() functions.

This commit is contained in:
Erik de Castro Lopo 2009-12-28 08:22:54 +11:00
parent c38daf9cd9
commit 694fd0d8a9
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-12-28 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* configure.ac
Test for Unix pipe() and waitpid() functions.
2009-12-16 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* configure.ac src/Makefile.am src/create_symbols_file.py

View File

@ -263,6 +263,7 @@ AC_CHECK_FUNCS(snprintf vsnprintf)
AC_CHECK_FUNCS(gmtime gmtime_r localtime localtime_r gettimeofday)
AC_CHECK_FUNCS(mmap getpagesize)
AC_CHECK_FUNCS(setlocale)
AC_CHECK_FUNCS(pipe waitpid)
AC_CHECK_LIB([m],floor)
AC_CHECK_FUNCS(floor ceil fmod)