From: simon Date: Mon, 7 Sep 2009 19:56:55 +0000 (+0000) Subject: Debian bug #537127: if we're going to ifdef based on HAVE_STAT64, we X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/agedu/commitdiff_plain/5a1a5ec18b91ee6bc60f75d47f4d4dcd3b0d4306 Debian bug #537127: if we're going to ifdef based on HAVE_STAT64, we should arrange that the configure script actually defines that! git-svn-id: svn://svn.tartarus.org/sgt/agedu@8642 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/configure.ac b/configure.ac index 21a5ff8..6c66679 100644 --- a/configure.ac +++ b/configure.ac @@ -32,7 +32,7 @@ AC_FUNC_MMAP AC_FUNC_SELECT_ARGTYPES AC_FUNC_STRFTIME AC_FUNC_VPRINTF -AC_CHECK_FUNCS([ftruncate fdopendir inet_ntoa lstat64 memchr munmap select socket strcasecmp strchr strcspn strerror strrchr strspn strtoul strtoull]) +AC_CHECK_FUNCS([ftruncate fdopendir inet_ntoa lstat64 stat64 memchr munmap select socket strcasecmp strchr strcspn strerror strrchr strspn strtoul strtoull]) AC_SEARCH_LIBS(connect, socket nsl) # AC_SEARCH_LIBS(gethostbyname, socket nsl resolv)