pkubat / rpms / cpio

Forked from rpms/cpio 4 years ago
Clone
2940cc7
--- cpio-2.6/configure.ac.lstat	2004-12-20 10:46:30.000000000 +0000
2940cc7
+++ cpio-2.6/configure.ac	2005-01-17 11:47:22.000000000 +0000
2940cc7
@@ -92,7 +92,7 @@
2940cc7
   AC_CONFIG_LINKS(src/fnmatch.h:headers/fnmatch.h)
2940cc7
 fi
2940cc7
 
2940cc7
-AC_CHECK_FUNCS(lchown endpwent endgrent)
2940cc7
+AC_CHECK_FUNCS(lchown endpwent endgrent lstat)
2940cc7
 AC_FUNC_VPRINTF
2940cc7
 AC_FUNC_ALLOCA
2940cc7
 AC_CHECK_LIB(nsl, gethostname, [LIBS="$LIBS -lnsl"])