-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with-poll flag is passed to configure #744
Conversation
Still working on testing this. |
ada892b
to
31fd633
Compare
Tested with 31. From what I could see, this likely never worked. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
You don't need to pass it. We apply a patch:
or am I missing something? |
@d12frosted AFAICT, the patch adds a build option that defaults to off, so we need to specify it to enable the new code: |
Oh. In that case we need to keep the option, but revert the deletion of the following line:
|
@d12frosted not sure I understand... I moved the line because it was in the wrong place. Do we need it twice for some reason? |
Oh sorry, my bad. Looked at the wrong file 🤦 . Your fix seems legit - adding to args needs to be done BEFORE autogen / configure 😅 And you are right, the commit that added this option never actually enable it 🤦 |
Fixes #738