Skip to content
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

Two small configure fixes #1158

Closed

Conversation

Whissi
Copy link

@Whissi Whissi commented Jun 11, 2016

Please see the following two small fixes for the configure script. For details please the particular commit message.

Whissi added 2 commits June 11, 2016 16:47
The find_curl macro is also checking whether libcurl is linked against
gnutls. However the check depends on "CURL_LIBS" which wasn't defined
by the macro.

This commit will define "CURL_LIBS" so that the check works as expected.
Macros like "find_curl" are using "verbose_output" variable but because some
of them are called before we define the variable we are seeing errors like

  ./configure: line 13855: test: : integer expression expected

This commit will fix the problem by moving the "verbose_output" declaration
up to the beginning so that the variable is available for every macro.
@zimmerle
Copy link
Contributor

Hi @Whissi,

Thank you for the patch! I will be looking at it.

@zimmerle zimmerle self-assigned this Jun 14, 2016
zimmerle added a commit that referenced this pull request Jun 14, 2016
@zimmerle
Copy link
Contributor

Hi @Whissi,

Your patch has being merged to our master branch, it will be part of our next release.

Thank you.

@zimmerle zimmerle closed this Jun 14, 2016
mkubenka pushed a commit to mkubenka/ModSecurity that referenced this pull request Aug 11, 2016
mkubenka pushed a commit to mkubenka/ModSecurity that referenced this pull request Aug 11, 2016
@Whissi Whissi deleted the fix-curl-gnutls-detection branch August 12, 2017 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants