diff options
author | Denis Ovsienko <denis@ovsienko.info> | 2023-03-27 00:47:32 +0100 |
---|---|---|
committer | Denis Ovsienko <denis@ovsienko.info> | 2023-03-27 00:48:33 +0100 |
commit | f2272cbe83c187e08e6687efc89e4d3073a55b76 (patch) | |
tree | b5a49aeaf265d35605a405965007fff783a4fa55 | |
parent | 58940573f85846856ff14f08715338094917a2de (diff) | |
download | tcpdump-f2272cbe83c187e08e6687efc89e4d3073a55b76.tar.gz |
Autoconf: Update a stale comment in aclocal.m4. [skip ci]
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; }]])], |