summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristos Zoulas <christos@zoulas.com>2015-11-13 15:36:14 +0000
committerChristos Zoulas <christos@zoulas.com>2015-11-13 15:36:14 +0000
commit49eb9da211e4213872dfe7f045a708a1468d6475 (patch)
tree6b0147b7a699f5e020948c8a2a8e94cb0f3fd8e4 /configure.ac
parent661eb8b877d97f63eeace196ea42b7baa292cb27 (diff)
downloadfile-git-49eb9da211e4213872dfe7f045a708a1468d6475.tar.gz
Provide dprintf(3)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 50c3188d..e518576a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,7 @@ dnl Checks for functions
AC_CHECK_FUNCS(strerror strndup strtoul mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale setlocale)
dnl Provide implementation of some required functions if necessary
-AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck)
+AC_REPLACE_FUNCS(getopt_long asprintf vasprintf strlcpy strlcat getline ctime_r asctime_r localtime_r gmtime_r pread strcasestr fmtcheck dprintf)
dnl Checks for libraries
AC_CHECK_LIB(z,gzopen)