Remove ftruncate test since we're not doing anything with the result.
authorPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2006 20:25:05 +0000 (20:25 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 5 Jan 2006 20:25:05 +0000 (20:25 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@395 fefdeb5f-60dc-0310-8127-8f9354f1896f

configure.ac

index 450f18a..eb4c941 100644 (file)
@@ -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")