diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <prabowo@darapsa.org> | 2022-10-05 19:59:57 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <prabowo@darapsa.org> | 2022-10-05 19:59:57 +0800 |
| commit | 10460616dff719c154b2459dc3cf07019231d180 (patch) | |
| tree | 29804c80c43e809ee7af150b308c40806b1141ee | |
| parent | 7425c821f013385d62486ea861d625a07d9e0cf3 (diff) | |
Check realloc
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 4c58cf8..ac4d1eb 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ case $host in esac AM_CONDITIONAL([IOS], [test "x$ios" = xtrue]) AC_FUNC_MALLOC +AC_FUNC_REALLOC AC_TYPE_SIZE_T AC_CONFIG_FILES([Makefile]) AC_CONFIG_MACRO_DIRS([m4]) |