summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorH. Peter Anvin (Intel) <hpa@zytor.com>2018-12-13 22:48:14 -0800
committerH. Peter Anvin (Intel) <hpa@zytor.com>2018-12-13 22:48:14 -0800
commit7bb13eac112443cbeb27c3f613759e292274c385 (patch)
treee1c762bc63f3d3594cbf6746bdb836a00d9560bf /configure.ac
parentbe99ebd656a6805fbe4d5de8136b5e5a19cf0b3c (diff)
downloadnasm-7bb13eac112443cbeb27c3f613759e292274c385.tar.gz
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) <hpa@zytor.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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)