diff options
author | Christian Persch <chpe@src.gnome.org> | 2003-09-19 19:58:06 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-19 19:58:06 +0800 |
commit | d3873ae5a566d733c31cdde300a6e5997dc4b7ce (patch) | |
tree | da5ac82e27a0dbadcd1512aefe0a9038df4f4885 /configure.in | |
parent | a5847dd37c91a495db614312d4a5bd719d074991 (diff) | |
download | gsoc2013-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.in | 4 |
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 ******************************* |