]> Dogcows Code - chaz/tar/commitdiff
(AC_CHECK_FUNCS): Check for getdtablesize
authorSergey Poznyakoff <gray@gnu.org.ua>
Tue, 4 Jul 2006 21:51:33 +0000 (21:51 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Tue, 4 Jul 2006 21:51:33 +0000 (21:51 +0000)
configure.ac

index d9d699e9fc7f9011b55422c74ff26f80aa56ab9e..a88279e06c37089b915d3e8d17b919da558f6641 100644 (file)
@@ -88,7 +88,7 @@ tar_GNULIB
 # paxutils modules
 tar_PAXUTILS
 
-AC_CHECK_FUNCS(fsync lstat mkfifo readlink strerror symlink setlocale utimes)
+AC_CHECK_FUNCS(fsync getdtablesize lstat mkfifo readlink strerror symlink setlocale utimes)
 AC_CHECK_DECLS([getgrgid],,, [#include <grp.h>])
 AC_CHECK_DECLS([getpwuid],,, [#include <pwd.h>])
 AC_CHECK_DECLS([time],,, [#include <time.h>])
This page took 0.018935 seconds and 4 git commands to generate.