mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[configure.ac] SIZEOF_INTPTR_T
This commit is contained in:
parent
1ab0dab2fc
commit
0c28f1b7cc
@ -296,6 +296,8 @@ AC_CHECK_SIZEOF(long, 4)
|
||||
test "x$HAVE_LONG_LONG" = xyes && AC_CHECK_SIZEOF(long long, 8)
|
||||
test "x$HAVE_OFF_T" = xyes && AC_CHECK_SIZEOF(off_t, 4)
|
||||
|
||||
AC_CHECK_SIZEOF(intptr_t, 8, [#include <stdint.h> ])
|
||||
|
||||
# Check for variadic macros
|
||||
EL_CHECK_CODE([variadic macros], HAVE_VARIADIC_MACROS,
|
||||
[#include <stdio.h>
|
||||
|
Loading…
Reference in New Issue
Block a user