libhttpserver icon indicating copy to clipboard operation
libhttpserver copied to clipboard

[BUG] `-DHAVE_GNUTLS` missing when `have_gnutls` is enabled

Open Lihis opened this issue 11 months ago • 0 comments
trafficstars

Prerequisites

  • [x] Put an X between the brackets on this line if you have checked that your issue isn't already filed: https://github.com/search?l=&q=repo%3Aetr%2Flibhttpserver&type=Issues

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

  • Affects versions since 000979b6b535a6e79fb67be7a9c95522004c758b

Lihis avatar Nov 25 '24 20:11 Lihis