diff options
Diffstat (limited to 'libiberty/configure')
-rwxr-xr-x | libiberty/configure | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/configure b/libiberty/configure index da2df4ec740..a40ae708797 100755 --- a/libiberty/configure +++ b/libiberty/configure @@ -6224,6 +6224,12 @@ if test -z "${setobjs}"; then case "${host}" in + *-*-android*) + # On android, getpagesize is defined in unistd.h as a static inline + # function, which AC_CHECK_FUNCS does not handle properly. + ac_cv_func_getpagesize=yes + ;; + *-*-mingw32*) # Under mingw32, sys_nerr and sys_errlist exist, but they are # macros, so the test below won't find them. |