summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2018-10-16 12:42:45 +0200
committerSimon McVittie <smcv@collabora.com>2018-10-19 12:50:31 +0100
commitc174a8e886a58643dd8e7a930a6cf691af56adb5 (patch)
treebf4437782b319a35eddffbbb09dbd898504ebca0 /configure.ac
parent401b8e5dd8bd97ab7c6bcd87d846181147c914d0 (diff)
downloaddbus-c174a8e886a58643dd8e7a930a6cf691af56adb5.tar.gz
configure.ac: Remove unused HAVE_V*PRINTF macros
The corresponding functions are used unconditionally. Reviewed-by: Simon McVittie <smcv@collabora.com>
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 36c63b1a..bf99bc91 100644
--- a/configure.ac
+++ b/configure.ac
@@ -622,7 +622,7 @@ AC_DEFINE_UNQUOTED([DBUS_USE_SYNC], [$have_sync], [Use the gcc __sync extension]
AC_SEARCH_LIBS(socket,[socket network])
AC_CHECK_FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)])
-AC_CHECK_FUNCS([vsnprintf vasprintf nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll setlocale localeconv strtoll strtoull issetugid getresuid setresuid getrlimit prlimit])
+AC_CHECK_FUNCS([nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll setlocale localeconv strtoll strtoull issetugid getresuid setresuid getrlimit prlimit])
AC_CHECK_HEADERS([syslog.h])
if test "x$ac_cv_header_syslog_h" = "xyes"; then