summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-04-05 13:29:09 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-04-05 13:29:09 +0900
commit9260fb12509affae190485744fa06c97cbc543bb (patch)
tree97e67bc5420e34230be0a4a955993039efb2a502 /configure.ac
parent0fae5823f6e6a9592110ae50dabc6fb248eef998 (diff)
downloadlibassuan-9260fb12509affae190485744fa06c97cbc543bb.tar.gz
build: Remove unused putc_unlocked.c.
* src/putc_unlocked.c: Remove. * configure.ac: Remove putc_unlocked replace. -- Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3257c9c..29c66dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -419,7 +419,6 @@ fi
AC_REPLACE_FUNCS(isascii)
-AC_REPLACE_FUNCS(putc_unlocked)
AC_REPLACE_FUNCS(memrchr)
AC_REPLACE_FUNCS(stpcpy)
AC_CHECK_HEADERS(unistd.h)