]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
autotools: drop --with-console-auth-dir=
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Thu, 19 May 2022 15:29:29 +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>
configure.ac

index 26de0a555ad99efbf8fe5c353ceef26c291798a7..2cd8e508aa20b13ff719a4ed782ccbef9530510f 100644 (file)
@@ -223,7 +223,6 @@ AC_ARG_WITH(session-socket-dir, AS_HELP_STRING([--with-session-socket-dir=[dirna
 AC_ARG_WITH(test-socket-dir, AS_HELP_STRING([--with-test-socket-dir=[dirname]],[Where to put sockets for make check]))
 AC_ARG_WITH(system-pid-file, AS_HELP_STRING([--with-system-pid-file=[pidfile]],[PID file for systemwide daemon]))
 AC_ARG_WITH(system-socket, AS_HELP_STRING([--with-system-socket=[filename]],[UNIX domain socket for systemwide daemon]))
-AC_ARG_WITH(console-auth-dir, AS_HELP_STRING([--with-console-auth-dir=[dirname]],[directory to check for console ownerhip]))
 AC_ARG_WITH(console-owner-file, AS_HELP_STRING([--with-console-owner-file=[filename]],[file whose owner determines current console owner]))
 AC_ARG_WITH(launchd-agent-dir, AS_HELP_STRING([--with-launchd-agent-dir=[dirname]],[directory to put the launchd agent (default: /Library/LaunchAgents)]))
 AC_ARG_WITH(dbus_user, AS_HELP_STRING([--with-dbus-user=<user>],[User for running the DBUS daemon (messagebus)]))
@@ -1448,12 +1447,6 @@ fi
 
 AC_SUBST(DBUS_SYSTEM_PID_FILE)
 
-#### Directory to check for console ownership
-AS_IF([test -n "$with_console_auth_dir" && test "x$with_console_auth_dir" != xno],
-    [AC_DEFINE_UNQUOTED([DBUS_CONSOLE_AUTH_DIR], ["$with_console_auth_dir"],
-        [Directory to check for pam_console/pam_foreground flag files, or undefined])],
-    [with_console_auth_dir=])
-
 #### File to check for console ownership
 if test x$have_console_owner_file = xyes; then
    if ! test -z "$with_console_owner_file"; then