aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-04-09 01:42:12 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-04-09 01:42:12 +0000
commit873a93c7b14f7ac1001113b5af350679228be4b1 (patch)
treeade4f55a488e33dc23987ee164049955faf30797 /configure.in
parentecf1a60a12fc7377dbbc1a2506fbf8b102e0c25c (diff)
Use a 64-bit number to store the content length. This fixes:
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1958 Of course this doesn't mean we can reassemble that much data. svn path=/trunk/; revision=32433
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 7649afeb67..0b66bc8b28 100644
--- a/configure.in
+++ b/configure.in
@@ -1682,6 +1682,7 @@ AC_SUBST(STRPTIME_O)
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)