-
Notifications
You must be signed in to change notification settings - Fork 17
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
configure: fix fuse errors #194
base: master
Are you sure you want to change the base?
Conversation
Please, any comments ? |
@vladsokolovsky : any comments ? It is a minor fix, but I guess it does not hurt. |
please @pgeng-nv, any review ? |
Fix the following syntax errors: ... checking for fuse... yes ./configure: line 5243: test: =: unary operator expected checking for pthread_create in -lpthread... yes checking that generated files are newer than configure... done configure: creating ./config.status ...
cb9897a
to
fd61372
Compare
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.
Currently this repo is only maintained internally. To make it simpler, do you mind opening an Issue (https://github.com/Mellanox/rshim-user-space/issues) with the proposed fix included?
No way, you have the pull request so what's wrong ? |
We're in the process of updating the LICENSE file. Can we hold this pull request for now? Once the LICENSE file is updated, it'll be much easier to accept external contributions. |
Fix the following syntax errors:
...
checking for fuse... yes
./configure: line 5243: test: =: unary operator expected
checking for pthread_create in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
...
I will not check it for Freebsd or other OS, but there is obviously something wrong with the syntax.