libhttpserver
libhttpserver copied to clipboard
Fix have_gnutls test in configure.ac
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.