7 Aug
2025
7 Aug
'25
6:16 a.m.
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` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8338#note_112296