By the way, you shouldn't include the changes to [configure](https://gitlab.winehq.org/wine/wine/-/blob/master/configure) in the pull request. That file is generated automatically, changes relatively frequently, and the risk of merge conflicts is high. Alexandre will update it himself when he merges your changes to [configure.ac](https://gitlab.winehq.org/wine/wine/-/blob/master/configure.ac).
You can drop the changes with: `git reset HEAD^ configure && git commit --amend && git push --force`