projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c5a3f
)
Check for functions: strtoq, strtoll.
author
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 7 Oct 2003 03:56:29 +0000
(
03:56
+0000)
committer
Brian Gaeke
<gaeke@uiuc.edu>
Tue, 7 Oct 2003 03:56:29 +0000
(
03:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8915
91177308
-0d34-0410-b5e6-
96231b3b80d8
autoconf/configure.ac
patch
|
blob
|
history
diff --git
a/autoconf/configure.ac
b/autoconf/configure.ac
index 94417a95ec86844e8f076994164ee025491931f3..a004dc4a4b0273c62cb398952fa5f59a2d96393e 100644
(file)
--- 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