Replies: 1 comment
-
Fixed by b53ba17 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@karelzak
why do we have empty braces for librtas (rtas) check in
configure.ac
?I have the following error on running
./configure
script withlibrtas-dev
package installed on a debian system:The following
configure.ac
code:notice the empty
[]
braces in the end.I believe, we need to remove this braces:
removing them and running
./autogen.sh
and./configure
does not produce error anymore (not depending onlibrtas-dev
installed or not).Beta Was this translation helpful? Give feedback.
All reactions