summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/configure.ac b/configure.ac
index 9cac4dec..c844cf1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1136,14 +1136,6 @@ AC_ARG_WITH(check-accelerated-directory,
CHECK_ACCELERATED_DIR=$with_check_accelerated_directory
AC_SUBST(CHECK_ACCELERATED_DIR)
-AC_ARG_WITH(authentication-agent-directory,
- [AC_HELP_STRING([--with-authentication-agent-directory],
- [Specify the directory of polkit-gnome-authentication-agent-1 @<:@default=libexecdir@:>@])],,
- [with_authentication_agent_directory="\${libexecdir}"])
-
-AUTHENTICATION_AGENT_DIR=$with_authentication_agent_directory
-AC_SUBST(AUTHENTICATION_AGENT_DIR)
-
dnl ---------------------------------------------------------------------------
dnl - Check for XEvIE extension support
dnl ---------------------------------------------------------------------------
@@ -1434,15 +1426,6 @@ fi
AC_SUBST(GDM_SCREENSHOT_DIR)
dnl ---------------------------------------------------------------------------
-dnl - Directory for simple greeter extensions
-dnl ---------------------------------------------------------------------------
-GDM_SIMPLE_GREETER_PLUGINS_DIR=${libdir}/gdm/simple-greeter/extensions
-AC_SUBST(GDM_SIMPLE_GREETER_PLUGINS_DIR)
-
-GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR=${datadir}/gdm/simple-greeter/extensions
-AC_SUBST(GDM_SIMPLE_GREETER_EXTENSIONS_DATA_DIR)
-
-dnl ---------------------------------------------------------------------------
dnl - Finish
dnl ---------------------------------------------------------------------------
@@ -1621,7 +1604,6 @@ echo "
consolekit location: ${with_consolekit_directory}
gnome-settings-daemon location: ${with_gnome_settings_daemon_directory}
gnome-session-check-accel location: ${with_check_accelerated_directory}
- polkit-gnome location: ${with_authentication_agent_directory}
source code location: ${srcdir}
compiler: ${CC}
cflags: ${CFLAGS}