diff options
| author | Peter Eisentraut <peter@eisentraut.org> | 2025-11-06 07:36:06 +0100 |
|---|---|---|
| committer | Peter Eisentraut <peter@eisentraut.org> | 2025-11-06 07:36:06 +0100 |
| commit | 4b6fa00a3a91714ed19fed667abdcb5eeee69f77 (patch) | |
| tree | fdd3f179ccc01741aea27f6964e47cbf3a9b51ca | |
| parent | 05b9edcb7140101e91f7cf17c0c7d463bb41c401 (diff) | |
Re-run autoconf
Some of the last-minute changes in commit f0f2c0c1aef were apparently
not captured.
| -rwxr-xr-x | configure | 4 |
1 files 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; } |
