summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus.brinkmann@ruhr-uni-bochum.de>2010-04-09 02:07:29 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2010-04-13 21:08:10 +0200
commit5e4ef80e098c950fa394092060eb311babbe7035 (patch)
tree79f7fdfde118294f407ae295f0a822858d80f3af /configure.in
parentf041773df2b0db3f7e1a8a617302a5607765e8a3 (diff)
Add replacement functions strtoll/strtoull for dbus-send, mainly for Windows CE.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 9fa767d0a..83ef91dcd 100644
--- a/configure.in
+++ b/configure.in
@@ -455,7 +455,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)
+AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep setenv clearenv unsetenv socketpair getgrouplist fpathconf setrlimit poll setlocale localeconv strtoll strtoull)
#### Check for broken poll; taken from Glib's configure