Fix the following build failure without threads due to the wrong location of fi since commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e5
./gpg-error.h:1124:1: error: expected identifier or ‘(’ before ‘}’ token
1124 | }}}
| ^Fix the following build failure without threads due to the wrong location of fi since commit 1fb90a7da186ee2ee098a666f6f3a35bb1720e5
./gpg-error.h:1124:1: error: expected identifier or ‘(’ before ‘}’ token
1124 | }}}
| ^| rE libgpg-error | |||
| rE220a427b4f99 build: Fix --disable-threads. | |||
Thank you for your report.
I pushed the fix.
(Your patch is right to point the issue, but fix is not correct for --enable-threads.)