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

[BUG] -DHAVE_GNUTLS missing when have_gnutls is enabled #340

Open
1 task done
Lihis opened this issue Nov 25, 2024 · 0 comments · May be fixed by #341
Open
1 task done

[BUG] -DHAVE_GNUTLS missing when have_gnutls is enabled #340

Lihis opened this issue Nov 25, 2024 · 0 comments · May be fixed by #341
Assignees
Labels
bug Confirmed bugs or reports that are very likely to be bugs.

Comments

@Lihis
Copy link

Lihis commented Nov 25, 2024

Prerequisites

Description

-DHAVE_GNUTLS is not defined even though gnutls/gnutls.h is found.

Steps to Reproduce

  1. Install GnuTLS development package
  2. Run configure
  3. Run build

Expected behavior: -DHAVE_GNUTLS is in compiler flags

Actual behavior: -DHAVE_GNUTLS is not in compiler flags

Reproduces how often: 100%

Versions

@Lihis Lihis added the bug Confirmed bugs or reports that are very likely to be bugs. label Nov 25, 2024
Lihis added a commit to Lihis/libhttpserver that referenced this issue Nov 25, 2024
The defines were never added as the check always returned false.

Closes etr#340
@Lihis Lihis linked a pull request Nov 25, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Confirmed bugs or reports that are very likely to be bugs.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants