aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-10-10 23:33:21 +0000
committerGuy Harris <guy@alum.mit.edu>2013-10-10 23:33:21 +0000
commit878186be3d99d2dbff559272ade339f2265d4d0e (patch)
tree7b6269fe1a737d3eae471e79cad50e5bf52eec10 /configure.ac
parent564797a2e7ab14e8759ebbefe2e46e92dbadce15 (diff)
We use g_ascii_strtoll(), not strtoll(), so we no longer need to check
for strtoll() (if we ever did check for it). svn path=/trunk/; revision=52519
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9e32d0925b..4615fe6ff8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2570,7 +2570,6 @@ AC_SUBST(STRPTIME_LO)
AC_CHECK_FUNCS(getprotobynumber gethostbyname2)
AC_CHECK_FUNCS(issetugid)
AC_CHECK_FUNCS(mmap mprotect sysconf)
-AC_CHECK_FUNCS(strtoll)
dnl blank for now, but will be used in future
AC_SUBST(wireshark_SUBDIRS)