aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2003-09-19 19:58:06 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-19 19:58:06 +0800
commitd3873ae5a566d733c31cdde300a6e5997dc4b7ce (patch)
treeda5ac82e27a0dbadcd1512aefe0a9038df4f4885 /configure.in
parenta5847dd37c91a495db614312d4a5bd719d074991 (diff)
downloadgsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.tar
gsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.tar.gz
gsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.tar.bz2
gsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.tar.lz
gsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.tar.xz
gsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.tar.zst
gsoc2013-epiphany-d3873ae5a566d733c31cdde300a6e5997dc4b7ce.zip
Forgot to commit configure changes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fd120f453..0a7e8b40f 100644
--- a/configure.in
+++ b/configure.in
@@ -179,6 +179,10 @@ esac
AC_DEFINE_UNQUOTED(MOZILLA_SNAPSHOT, $MOZILLA_SNAPSHOT, [Define mozilla snapshot])
+AC_CHECK_FILE([$MOZILLA_INCLUDE_ROOT/pipnss/nsIX509Cert.h],
+ [AC_DEFINE(HAVE_MOZILLA_PSM, 1,
+ [Define if you have the mozilla psm headers installed])])
+
dnl *******************************
dnl Plugins
dnl *******************************