From 7bb13eac112443cbeb27c3f613759e292274c385 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Thu, 13 Dec 2018 22:48:14 -0800 Subject: strlist: can be unique or not, add printf functions Make it a selectable option at allocation time if a strlist should contain only unique strings or not. If not, we omit the hash table and strlist_find() will not do anything. Add printf()-style functions to a strlist. Signed-off-by: H. Peter Anvin (Intel) --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a7be0c50..dfa74126 100644 --- a/configure.ac +++ b/configure.ac @@ -118,8 +118,6 @@ AC_CHECK_FUNCS(strrchrnul) AC_CHECK_FUNCS(iscntrl) AC_CHECK_FUNCS(isascii) -AC_CHECK_FUNCS(vasprintf) - AC_CHECK_FUNCS(getuid) AC_CHECK_FUNCS(getgid) -- cgit v1.2.1