]> Dogcows Code - chaz/tar/commitdiff
(valloc): Remove check; valloc no longer used.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 04:42:18 +0000 (04:42 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 3 Aug 2004 04:42:18 +0000 (04:42 +0000)
configure.ac

index b89a3b81ead78a02157a963b9e73d5fc90865afc..a02494e223fe0eef8d5f24ec2b4149aff972a108 100644 (file)
@@ -132,7 +132,6 @@ LIBS=$tar_save_LIBS
 AC_CHECK_FUNCS(fsync lstat mkfifo readlink strerror symlink setlocale utimes)
 AC_CHECK_DECLS([getgrgid],,, [#include <grp.h>])
 AC_CHECK_DECLS([getpwuid],,, [#include <pwd.h>])
-AC_CHECK_DECLS([valloc])
 AC_CHECK_DECLS([time],,, [#include <time.h>])
 
 # Set LIB_SETSOCKOPT to -lnsl -lsocket if necessary.
This page took 0.026607 seconds and 4 git commands to generate.