]> err.no Git - backuppcd/commitdiff
Remove checking for some funcs we now pull from gnulib
authorTollef Fog Heen <tfheen@err.no>
Thu, 17 Jul 2008 18:23:39 +0000 (20:23 +0200)
committerTollef Fog Heen <tfheen@err.no>
Thu, 17 Jul 2008 18:23:39 +0000 (20:23 +0200)
configure.ac

index 130db340b954704701b6e2c39d9c7c1d9d285bef..410668e554b1b054c1f9cb4d1d87eb74b6a59be0 100644 (file)
@@ -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