From a6e91d6fe7cb22d8fbf7d6a2f6c6e56247180a48 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 7 Oct 2003 03:56:29 +0000 Subject: [PATCH] Check for functions: strtoq, strtoll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8915 91177308-0d34-0410-b5e6-96231b3b80d8 --- autoconf/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 94417a95ec8..a004dc4a4b0 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -480,7 +480,7 @@ then fi AC_HEADER_MMAP_ANONYMOUS AC_TYPE_SIGNAL -AC_CHECK_FUNCS(getcwd gettimeofday strcspn strdup strerror strspn strstr strtod strtol) +AC_CHECK_FUNCS(getcwd gettimeofday strcspn strdup strerror strspn strstr strtod strtol strtoq strtoll) dnl dnl Need to check mmap for MAP_PRIVATE, MAP_ANONYMOUS, MAP_ANON, MAP_FIXED -- 2.34.1