diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-21 08:30:30 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-21 08:30:30 +0800 |
commit | a09480e52b741d962d051bb561d3ca1bf10177b9 (patch) | |
tree | 7deb48d76c44f8203ad5075a04766af8257754e2 | |
parent | 28d8498b13cd17092cb9fc4efbcfc963ad764c11 (diff) |
Update configure checks
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 08ad556..7901596 100644 --- a/configure.ac +++ b/configure.ac @@ -7,6 +7,7 @@ PKG_CHECK_MODULES([DEPS], [libmicrohttpd libgcrypt gnutls libpcre2-8 libcurl jso AC_CHECK_HEADERS([fcntl.h]) AC_CHECK_HEADER_STDBOOL AC_C_INLINE +AC_CHECK_FUNCS([strrchr]) AC_FUNC_MALLOC AC_FUNC_REALLOC AC_TYPE_SIZE_T |