summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorBrian Cameron <brian.cameron@sun.com>2007-09-17 17:20:57 +0000
committerBrian Cameron <bcameron@src.gnome.org>2007-09-17 17:20:57 +0000
commit03be5140457f9fa7dd9949bc5a3684b17cee82af (patch)
tree87753d331c26f3224e3e1e8639052eb0e23d4dd0 /gui
parent85d649b9a83238e1b79b187d43dac506e43fc799 (diff)
downloadgdm-03be5140457f9fa7dd9949bc5a3684b17cee82af.tar.gz
Now allow users to specify the location of at-spi-registryd via the
2007-09-17 Brian Cameron <brian.cameron@sun.com> * configure.ac, gui/gdmcommon.c: Now allow users to specify the location of at-spi-registryd via the --with-atspi-dir configure argument. svn path=/trunk/; revision=5263
Diffstat (limited to 'gui')
-rw-r--r--gui/gdmcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/gdmcommon.c b/gui/gdmcommon.c
index 2701eaa4..961618d7 100644
--- a/gui/gdmcommon.c
+++ b/gui/gdmcommon.c
@@ -702,7 +702,7 @@ pre_atspi_launch (void){
if (! a11y)
return FALSE;
- command = g_strdup (LIBEXECDIR "/at-spi-registryd");
+ command = g_strdup (ATSPI_DIR "/at-spi-registryd");
atspi_prog_argv = NULL;
g_shell_parse_argv (command, NULL, &atspi_prog_argv, NULL);