]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
cmake: drop -DDBUS_CONSOLE_AUTH_DIR=
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 19 May 2022 15:29:51 +0000 (17:29 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 19 May 2022 20:19:25 +0000 (22:19 +0200)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
CMakeLists.txt
cmake/config.h.cmake

index b7d60899ecc3ac19827ec459e7655dcf9df29fdb..0914f07bd80dc9283aafb5aaaa647e742b55dafc 100644 (file)
@@ -601,8 +601,6 @@ endif()
  # Not used on Windows, where there is no system bus
 set(DBUS_SYSTEM_PID_FILE ${DBUS_RUNSTATEDIR}/dbus/pid)
 
-set(DBUS_CONSOLE_AUTH_DIR "" CACHE STRING "Directory to check for pam_console/pam_foreground flag files, or empty to ignore")
-
 # This won't work on Windows. It's not meant to - the system bus is
 # meaningless on Windows anyway.
 #
@@ -784,12 +782,6 @@ message("        System bus PID file:      ${DBUS_SYSTEM_PID_FILE}             "
 message("        System bus user:          ${DBUS_USER}                        ")
 message("        Session bus socket dir:   ${DBUS_SESSION_SOCKET_DIR}          ")
 
-if(DBUS_CONSOLE_AUTH_DIR)
-message("        pam_console auth dir:     ${DBUS_CONSOLE_AUTH_DIR}            ")
-else()
-message("        pam_console auth dir:     (none)                              ")
-endif()
-
 message("        'make check' socket dir:  ${TEST_SOCKET_DIR}                  ")
 endif()
 message("        Test listen address:      ${TEST_LISTEN}                      ")
index 358f9d8229d0e237a448375e93071675f202bcd9..68c3dbfab13b2c158bafcb6ed7cc71d454f3df02 100644 (file)
@@ -34,7 +34,6 @@
 # define _XOPEN_SOURCE 500
 #endif
 
-#cmakedefine DBUS_CONSOLE_AUTH_DIR "@DBUS_CONSOLE_AUTH_DIR@"
 #cmakedefine DBUS_DATADIR  "@DBUS_DATADIR@"
 #cmakedefine DBUS_BINDIR   "@DBUS_BINDIR@"
 #cmakedefine DBUS_PREFIX "@DBUS_PREFIX@"