diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-21 21:49:50 +0200 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2024-06-21 21:49:50 +0200 |
| commit | 40d54935a63658845d1e94fe28c510eb86795006 (patch) | |
| tree | ce26f810b692f5b4015931562dcd6c6546052455 /configure.ac | |
| parent | d65a3061b76888008f8abbaec9bc7a78ebbdcd0c (diff) | |
| download | arctica-greeter-40d54935a63658845d1e94fe28c510eb86795006.tar.gz arctica-greeter-40d54935a63658845d1e94fe28c510eb86795006.tar.bz2 arctica-greeter-40d54935a63658845d1e94fe28c510eb86795006.zip | |
Apply openSUSE patch: arctica-greeter-disable-remote-logon.patch.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index dddc348..acdbde1 100644 --- a/configure.ac +++ b/configure.ac @@ -131,8 +131,10 @@ dnl ########################################################################## dnl Remote Logon Dependencies dnl ########################################################################## -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 We do not have the necessary remote logon packages and PAM modules yet, so +dnl just disable it for now. +dnl AC_CHECK_HEADERS([security/pam-x2go.h],[],AC_MSG_ERROR([Could not find security/pam-x2go.h])) +dnl AC_CHECK_HEADERS([security/pam-freerdp2.h],[],AC_MSG_ERROR([Could not find security/pam-freerdp2.h])) dnl ########################################################################### dnl Files to generate |
