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

HAVE_GNUTLS_H is defined to empty string #214

Open
bbcallen opened this issue Feb 21, 2024 · 1 comment
Open

HAVE_GNUTLS_H is defined to empty string #214

bbcallen opened this issue Feb 21, 2024 · 1 comment

Comments

@bbcallen
Copy link

bbcallen commented Feb 21, 2024

In configure.ac

AC_CHECK_HEADERS([gnutls/gnutls.h],
	[AC_DEFINE([HAVE_GNUTLS_H],,
	[Define to 1 if you have <gnutls/gnutls.h>.])],
	[AC_MSG_WARN([gnutls header file not found, is the develoment part present])])

I think it's supposed to be

[AC_DEFINE([HAVE_GNUTLS_H],[1],
@scandum
Copy link
Owner

scandum commented Feb 21, 2024

Thanks, got it fixed for the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants