aboutsummaryrefslogtreecommitdiffstats
path: root/smime/lib
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-11 12:32:40 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-11 12:32:40 +0800
commit8c075ee8ff0c1801bf80ff69423a68c40469a4d7 (patch)
tree78e499fc5dccdc8614bc2ed6500b1d0a761711fc /smime/lib
parent8c9387a852d98b271afae4c93e21676851ab118c (diff)
downloadgsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.tar
gsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.tar.gz
gsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.tar.bz2
gsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.tar.lz
gsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.tar.xz
gsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.tar.zst
gsoc2013-evolution-8c075ee8ff0c1801bf80ff69423a68c40469a4d7.zip
Fix for 325748. Add an search path which can be automatically retrieved
2006-01-11 Simon Zheng <simon.zheng@sun.com> Fix for 325748. * lib/e-cert-db.c: (install_loadable_roots): Add an search path which can be automatically retrieved when running configure. svn path=/trunk/; revision=31128
Diffstat (limited to 'smime/lib')
-rw-r--r--smime/lib/e-cert-db.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/smime/lib/e-cert-db.c b/smime/lib/e-cert-db.c
index 3104d7a716..5e25c7cd0c 100644
--- a/smime/lib/e-cert-db.c
+++ b/smime/lib/e-cert-db.c
@@ -273,6 +273,9 @@ install_loadable_roots (void)
XXX yes this is gross. *sigh*
*/
char *paths_to_check[] = {
+#ifdef MOZILLA_NSS_LIB_DIR
+ MOZILLA_NSS_LIB_DIR,
+#endif
"/usr/lib",
"/usr/lib/mozilla",
"/opt/mozilla/lib",