-
Notifications
You must be signed in to change notification settings - Fork 413
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
elogind required even if it is configured with systemd in autotools #479
Comments
Looks it supports both.
Better describe why you need this. What error you find with "==". Then we can work on a solution. "Typo in configure.ac" is the solution for... what? Closing until you provide more details |
OK thats interesting, but for sure did ./configure fail without this change and require elogind even though it was set up with systemd... Quite sure this is the exact problem the author of the last comment on AUR had. |
Please avoid subjetive comments on issues. So this issue description is probably: elogind required even if it is configured with systemd in autotools. I'm the maintainer of AUR package and didn't see any fail on build, not sure what comment you refer too. Is always easy to add a link. Sentences like "if you don't believe me" looks pretty personal. We all are busy, so is ok to explain you are not able to show right now. "Let me upload the output of ./configure I'm afk now" is more polite. at this moment the case will stay closed, just if you have the needed explanation of the error we can investigate |
Link to the AUR issue I referred to. (Sorry, I didn't mean to be toxic, and sorry also for engaging in this kind of philosophical discussion, but whether it is easy to include a link or not, that is just as well very subjective, isn't it? ;) ) So here is my output from |
Yes looks like it depends on the setup:
|
Forcing an error here, shows I use bash and you sh
looks this is bash/sh related. I'm ok with define that shell agnostic
Can you open a PR? |
miraclecast/configure.ac
Line 56 in f3debd5
test
does not accept==
, for string comparison just use=
. This way everything./configure
s just fine.The text was updated successfully, but these errors were encountered: