From: Tollef Fog Heen Date: Thu, 17 Jul 2008 18:23:39 +0000 (+0200) Subject: Remove checking for some funcs we now pull from gnulib X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5344a88a0188cb87a8a37168f9d0b92b182287ce;p=backuppcd Remove checking for some funcs we now pull from gnulib --- diff --git a/configure.ac b/configure.ac index 130db34..410668e 100644 --- a/configure.ac +++ b/configure.ac @@ -15,7 +15,7 @@ AC_CHECK_TOOL(AR, ar, true) AC_CHECK_HEADERS(stdlib.h string.h unistd.h time.h sys/time.h sys/types.h signal.h syslog.h sys/select.h netinet/in.h arpa/inet.h sys/socket.h ssl.h openssl/ssl.h ssl/ssl.h fcntl.h dirent.h ctype.h assert.h endian.h stdarg.h utime.h fnmatch.h sys/vfs.h sys/statfs.h sys/param.h sys/mount.h sys/resource.h limits.h) AC_HEADER_TIME AC_CHECK_FUNCS(sysinfo openlog syslog setsid fork fcntl stat lstat lchown symlink readlink signal getenv utime statfs getmntinfo setpriority) -AC_REPLACE_FUNCS(chown link fnmatch strsep gethostname) +AC_REPLACE_FUNCS(link gethostname) dnl Large file support AC_SYS_LARGEFILE