projects
/
chise
/
concord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5058a5d
)
Add `AC_CHECK_SIZEOF(int)', `AC_CHECK_SIZEOF(long)',
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 1 Apr 2013 05:39:18 +0000
(14:39 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Mon, 1 Apr 2013 05:39:18 +0000
(14:39 +0900)
`AC_CHECK_SIZEOF(long long)' and `AC_CHECK_SIZEOF(void *)'.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
608794e
..
5452e88
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-62,6
+62,11
@@
fi
AC_C_CONST
AC_C_INLINE
+AC_CHECK_SIZEOF(int)
+AC_CHECK_SIZEOF(long)
+AC_CHECK_SIZEOF(long long)
+AC_CHECK_SIZEOF(void *)
+
# Checks for library functions.
AC_FUNC_ALLOCA
AC_FUNC_STRNLEN