You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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],
The text was updated successfully, but these errors were encountered:
In configure.ac
I think it's supposed to be
The text was updated successfully, but these errors were encountered: