gconf: run the wrapper script when running gconf-helper from build tree

This commit is contained in:
Lennart Poettering 2009-09-18 23:31:54 +02:00
parent 8ad8e393f1
commit 56e1290ef6

View file

@ -342,7 +342,7 @@ int pa__init(pa_module*m) {
if ((u->fd = pa_start_child_for_read( if ((u->fd = pa_start_child_for_read(
#if defined(__linux__) && !defined(__OPTIMIZE__) #if defined(__linux__) && !defined(__OPTIMIZE__)
pa_run_from_build_tree() ? PA_BUILDDIR "/.libs/gconf-helper" : pa_run_from_build_tree() ? PA_BUILDDIR "/gconf-helper" :
#endif #endif
PA_GCONF_HELPER, NULL, &u->pid)) < 0) PA_GCONF_HELPER, NULL, &u->pid)) < 0)
goto fail; goto fail;