summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-20 00:59:04 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-20 00:59:04 +0000
commitab5eaea72ec80b2639ce3fd6de709f713796175d (patch)
tree989aaf5532c19873ef4ad9e441008963bc77b18c /autoconf
parente6b77ede40392f0b18ea642a7f3f56edbd30770b (diff)
For PR351:
* Add checks for sbrk and getpagesize functions * Alphebetize the checks for functions git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19052 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 6a47d80376a..7aa929a6046 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -411,8 +411,9 @@ dnl=== SECTION 8: Check for specific functions needed
dnl===
dnl===-----------------------------------------------------------------------===
-AC_CHECK_FUNCS([backtrace getcwd gettimeofday isatty getrusage mkstemp mktemp])
-AC_CHECK_FUNCS([mkdtemp realpath strdup strtoq strtoll])
+AC_CHECK_FUNCS([backtrace getcwd getpagesize getrusage gettimeofday isatty ])
+AC_CHECK_FUNCS([mkdtemp mkstemp mktemp ])
+AC_CHECK_FUNCS([realpath strdup strtoq strtoll sysconf ])
AC_C_PRINTF_A
AC_FUNC_ALLOCA
AC_FUNC_RAND48