From 4b6fa00a3a91714ed19fed667abdcb5eeee69f77 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 6 Nov 2025 07:36:06 +0100 Subject: [PATCH] Re-run autoconf Some of the last-minute changes in commit f0f2c0c1aef were apparently not captured. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index f7c24c8f576..5d08a96f038 100755 --- a/configure +++ b/configure @@ -15000,8 +15000,8 @@ fi # Even though restrict is in C99 and should be supported by all -# supported compilers, but this macro is useful because it will prefer -# a spelling that also works in C++ (often __restrict). (restrict is +# supported compilers, this test is useful because it will prefer a +# spelling that also works in C++ (often __restrict). (restrict is # not part of the C++ standard.) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C/C++ restrict keyword" >&5 $as_echo_n "checking for C/C++ restrict keyword... " >&6; } -- 2.47.3