aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Zheng <simon.zheng@sun.com>2006-01-11 12:33:40 +0800
committerHarry Lu <haip@src.gnome.org>2006-01-11 12:33:40 +0800
commit55d1d78a97a3ed6fb87d107c99a4b52e297167c1 (patch)
treea027afaf7cdbb01383c054cf6d44fa55019f2d5d /configure.in
parent8c075ee8ff0c1801bf80ff69423a68c40469a4d7 (diff)
downloadgsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.tar
gsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.tar.gz
gsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.tar.bz2
gsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.tar.lz
gsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.tar.xz
gsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.tar.zst
gsoc2013-evolution-55d1d78a97a3ed6fb87d107c99a4b52e297167c1.zip
Add the macro MOZILLA_NSS_LIB_DIR to store mozilla nss library path.
2006-01-11 Simon Zheng <simon.zheng@sun.com> * configure.in: Add the macro MOZILLA_NSS_LIB_DIR to store mozilla nss library path. svn path=/trunk/; revision=31129
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 85a968e3af..81ee5eddeb 100644
--- a/configure.in
+++ b/configure.in
@@ -755,6 +755,7 @@ dnl If the user specifies --with-foo or --enable-nss=static, then we have to do
mozilla_nss="mozilla-nss"
AC_DEFINE(HAVE_NSS,1,[Define if you have NSS])
AC_DEFINE(HAVE_SSL,1,[Define if you have a supported SSL library])
+ AC_DEFINE_UNQUOTED(MOZILLA_NSS_LIB_DIR,`$PKG_CONFIG --variable=libdir mozilla-nss`,[Define to the full path of mozilla nss library])
MANUAL_NSPR_CFLAGS=""
MANUAL_NSPR_LIBS=""
MANUAL_NSS_CFLAGS=""
@@ -899,6 +900,7 @@ dnl If the user specifies --with-foo or --enable-nss=static, then we have to do
if test "$moz_nss_libs" != no; then
AC_DEFINE(HAVE_NSS)
AC_DEFINE(HAVE_SSL)
+ AC_DEFINE_UNQUOTED(MOZILLA_NSS_LIB_DIR,"$with_nss_libs", [Define to the full path of mozilla nss library])
if test "$enable_nss" = "static"; then
msg_ssl="yes (Mozilla NSS:static)"
else