You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configure generated by Ubuntu22's upstream autoconf (2.71) is broken.
DEFAULT_VARCH was expanded incorrectly, causing the generated line to be truncated from the comma.
Since this macro is a constant and doesn't depend on environment variables, it doesn't require shell expansion.
0 commit comments