From 879b9e62cfc2c27e8567930e881affefbfcef1d6 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 4 May 2018 22:14:00 +0200 Subject: src/user-list.vala: Obtain PAM_FREERDP2 prompts from public API in security/pam-freerdp2.h. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c5576d2..5afd3e9 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,8 @@ dnl ########################################################################## dnl Remote Logon Dependencies dnl ########################################################################## -AC_CHECK_HEADERS([security/pam-x2go.h]) +AC_CHECK_HEADERS([security/pam-x2go.h],[],AC_MSG_ERROR([Could not find security/pam-x2go.h])) +AC_CHECK_HEADERS([security/pam-freerdp2.h],[],AC_MSG_ERROR([Could not find security/pam-freerdp2.h])) dnl ########################################################################### dnl Files to generate -- cgit v1.2.3