etr/libhttpserver

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

Lihis opened this issue · 0 comments

Lihis commented

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