Parcourir la source

(valloc): Remove check; valloc no longer used.

Paul Eggert il y a 20 ans
Parent
commit
08cba4e4e5
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      configure.ac

+ 0 - 1
configure.ac

@@ -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.