]> www.fi.muni.cz Git - evince.git/commit
Add --without-libgnome, check for libgnome and libgnomeui separately, and
authorRoss Burton <ross@openedhand.com>
Fri, 4 May 2007 15:17:37 +0000 (15:17 +0000)
committerRoss Burton <rburton@src.gnome.org>
Fri, 4 May 2007 15:17:37 +0000 (15:17 +0000)
commit64153d3fe6c59d09f13131db5f376df550f966ac
treed51ed3f2d6c9ea3c55d4ca9994306a41f2bcd458
parentc31fd74da4f237f783d2fc2ef7c614cf5db7ba28
Add --without-libgnome, check for libgnome and libgnomeui separately, and

2007-05-04  Ross Burton  <ross@openedhand.com>

* configure.ac:
Add --without-libgnome, check for libgnome and libgnomeui
separately, and add them to the symbols as required.

* libdocument/ev-file-helpers.c:
When building without libgnome, use g_get_user_config_dir instead
of gnome_user_dir_get.

* shell/ev-application.c:
When building without libgnome, don't use session management.

* shell/main.c:
When building without libgnome, don't use GnomeProgram or
initialise the authentication manager.

This fixes #328842.

svn path=/trunk/; revision=2436
ChangeLog
configure.ac
libdocument/ev-file-helpers.c
shell/ev-application.c
shell/main.c