summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2023-03-27 00:47:32 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-03-27 00:48:33 +0100
commitf2272cbe83c187e08e6687efc89e4d3073a55b76 (patch)
treeb5a49aeaf265d35605a405965007fff783a4fa55
parent58940573f85846856ff14f08715338094917a2de (diff)
downloadtcpdump-f2272cbe83c187e08e6687efc89e4d3073a55b76.tar.gz
Autoconf: Update a stale comment in aclocal.m4. [skip ci]
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4ae8fddb..ea69c095 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -216,7 +216,7 @@ AC_DEFUN(AC_LBL_CHECK_COMPILER_OPT,
# https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
#
# This may, as per those two messages, be fixed in autoconf 2.70,
- # but we only require 2.64 or newer for now.
+ # but we only require 2.69 or newer for now.
#
AC_COMPILE_IFELSE(
[AC_LANG_SOURCE([[int main(void) { return 0; }]])],