From: Guy Harris Date: Mon, 2 Mar 2015 21:37:18 +0000 (-0800) Subject: AC_TYPE_UINTPTR_T requires a newer autoconf. X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/482c3146ae70a3371d3c7fc9087aab16d39ba8f1 AC_TYPE_UINTPTR_T requires a newer autoconf. --- diff --git a/configure.in b/configure.in index 0fe79876..e15835d8 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ dnl # AC_REVISION($Revision: 1.204 $) -AC_PREREQ(2.50) +AC_PREREQ(2.61) AC_INIT(tcpdump.c) AC_CANONICAL_HOST