summaryrefslogtreecommitdiff
path: root/exec/configure.ac
diff options
context:
space:
mode:
authorPo Lu <luangruo@yahoo.com>2023-05-01 21:42:42 +0800
committerPo Lu <luangruo@yahoo.com>2023-05-01 21:42:42 +0800
commitf92bdbc67754c77afcae95cb1ab237e2c5053ab2 (patch)
treef3898c28ff76b3f1be56978e30d866318a615039 /exec/configure.ac
parent8a909927995738cf1103198f8086a42bf28a1d50 (diff)
downloademacs-f92bdbc67754c77afcae95cb1ab237e2c5053ab2.tar.gz
Update Android port
* exec/config.h.in: Update config.h.in. * exec/configure.ac: Check for stpcpy and stpncpy. * exec/exec.c (rpl_stpcpy, rpl_stpncpy): Define replacements when they are not present on the system. (process_program_header): Fill comment.
Diffstat (limited to 'exec/configure.ac')
-rw-r--r--exec/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/configure.ac b/exec/configure.ac
index 9763edc99f3..9b4bcebe34e 100644
--- a/exec/configure.ac
+++ b/exec/configure.ac
@@ -54,7 +54,7 @@ AC_TYPE_UINTPTR_T
AC_TYPE_PID_T
AC_HEADER_STDBOOL
-AC_CHECK_FUNC([getpagesize])
+AC_CHECK_FUNCS([getpagesize stpcpy stpncpy])
AH_BOTTOM([
#ifdef HAVE_STDBOOL_H