libhttpserver icon indicating copy to clipboard operation
libhttpserver copied to clipboard

Fix have_gnutls test in configure.ac

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

Closes #340.

Description of the Change

Fixes the test for have_gnutls in configure.ac ; even though the GnuTLS is correctly detected, the -DHAVE_GNUTLS is not added to CFLAGS as the check always considers the GnuTLS to not exist.

Release Notes

  • Fix GnuTLS detection in configure step.

Lihis avatar Nov 25 '24 20:11 Lihis