From 10460616dff719c154b2459dc3cf07019231d180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 5 Oct 2022 19:59:57 +0800 Subject: Check realloc --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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]) -- cgit v1.2.3