From 5cd8703f0de35ed38ddd79974b5a7e70af8203ce Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Thu, 5 Jan 2006 20:25:05 +0000 Subject: Remove ftruncate test since we're not doing anything with the result. git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@395 fefdeb5f-60dc-0310-8127-8f9354f1896f --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 450f18ad..eb4c9414 100644 --- a/configure.ac +++ b/configure.ac @@ -166,8 +166,8 @@ AC_CHECK_LIB([m], [pow]) AC_FUNC_FORK AC_FUNC_GETGROUPS AC_FUNC_SELECT_ARGTYPES -AC_CHECK_FUNCS([getaddrinfo ftruncate getgrgid_r getpwuid_r gettimeofday \ - getuid inet_ntop mkfifo nanosleep sigaction sleep]) +AC_CHECK_FUNCS([getaddrinfo getgrgid_r getpwuid_r gettimeofday getuid \ + inet_ntop mkfifo nanosleep sigaction sleep]) AM_CONDITIONAL(HAVE_MKFIFO, test "x$HAVE_MKFIFO" = "x1") -- cgit