Skip to content

Commit f2272cb

Browse files
committed
Autoconf: Update a stale comment in aclocal.m4. [skip ci]
1 parent 5894057 commit f2272cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aclocal.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ AC_DEFUN(AC_LBL_CHECK_COMPILER_OPT,
216216
# https://www.postgresql.org/message-id/2192993.1591682589%40sss.pgh.pa.us
217217
#
218218
# This may, as per those two messages, be fixed in autoconf 2.70,
219-
# but we only require 2.64 or newer for now.
219+
# but we only require 2.69 or newer for now.
220220
#
221221
AC_COMPILE_IFELSE(
222222
[AC_LANG_SOURCE([[int main(void) { return 0; }]])],

0 commit comments

Comments
 (0)