-
Notifications
You must be signed in to change notification settings - Fork 165
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
autotools: check for ssl.h if pkg-config failed #30
Conversation
Some distros provides libssl without openssl.pc.
Is P.S. just suggestion: make a separate branch for every pull request. This avoids problems with squash commits, rebases and when some other commits pushed before yours. |
Normally I use git-flow, but my earlier pull request started out as a series of quick'n-dirty fixes that matured over time, so they were unfortunately all done to master. Anyways, I fixed my repository. |
@@ -1,3 +1,4 @@ | |||
#!/bin/sh | |||
|
|||
mkdir -p m4 |
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.
I think that autoreconf on linux creates this directory, so this line is not needed. do not know how about FreeBSD though
I tested this on Mac OS X and autoreconf threw the following warning:
Yes, |
I think this warning is ok, just creates the dir for us. |
Ok, I have removed it. |
I have tested this on OS X and FreeBSD. |
Conflicts: configure.ac
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
These are currently pull requests: strophe#30 strophe#37 Once these are merged, and a new release is made, this commit can be reverted.
This enables building against the base FreeBSD openssl and does not require the openssl port, which breaks things, such as base ssh on FreeBSD