From 5583d6a2d86038bdeceb99e4752f961147dd585b Mon Sep 17 00:00:00 2001 From: Bernhard Miklautz Date: Mon, 18 Dec 2017 12:44:54 +0100 Subject: Update to use the freerdp2 API * use the new API * use AuthenticationOnly * return 0 on SUCCESS the last known error otherwise * disable wlog output (unless compiled with ENABLE_WLOG) --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 68656f6..6cd4aca 100644 --- a/configure.ac +++ b/configure.ac @@ -26,6 +26,7 @@ fi ########################### PKG_CHECK_MODULES(FREERDP2, freerdp2) +PKG_CHECK_MODULES(WINPR2, winpr2) ########################### # PAM Module dir -- cgit v1.2.3