summaryrefslogtreecommitdiffstats
path: root/tcpd
diff options
context:
space:
mode:
Diffstat (limited to 'tcpd')
-rw-r--r--tcpd/configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcpd/configure.ac b/tcpd/configure.ac
index 13aec55..5f1e1e2 100644
--- a/tcpd/configure.ac
+++ b/tcpd/configure.ac
@@ -459,8 +459,13 @@ then
CRYPTLIBS="$CRYPTLIBS -lgcrypt"
], [
AC_MSG_RESULT(no)
+have_gcrypt="no"
])
+ if test "$have_gcrypt" = "no"
+ then
+ AC_MSG_ERROR(gcrypt header file is required for GNUTLS)
+ fi
AC_MSG_CHECKING([for libgpg-error])
LIBS="$LIBS -lgpg-error"
AC_TRY_LINK( [