diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-20 04:24:31 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-20 04:24:31 +0800 |
commit | 78ed4ddf68133188de0eba69d7826d06afd7994a (patch) | |
tree | 6bee6769316184e173d14942bd8eb0159107cb84 /embed/mozilla/GtkNSSClientAuthDialogs.cpp | |
parent | 53335d175e672507e860d16292fca8fb75648e0b (diff) | |
download | gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.tar gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.tar.gz gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.tar.bz2 gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.tar.lz gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.tar.xz gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.tar.zst gsoc2013-epiphany-78ed4ddf68133188de0eba69d7826d06afd7994a.zip |
Only build those files when we have mozilla psm.
2004-11-19 Christian Persch <chpe@cvs.gnome.org>
* configure.ac:
* embed/mozilla/GtkNSSClientAuthDialogs.cpp:
* embed/mozilla/GtkNSSDialogs.cpp:
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
* embed/mozilla/Makefile.am:
Only build those files when we have mozilla psm.
Diffstat (limited to 'embed/mozilla/GtkNSSClientAuthDialogs.cpp')
-rw-r--r-- | embed/mozilla/GtkNSSClientAuthDialogs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/embed/mozilla/GtkNSSClientAuthDialogs.cpp b/embed/mozilla/GtkNSSClientAuthDialogs.cpp index cd1ee2fb9..d8f68c883 100644 --- a/embed/mozilla/GtkNSSClientAuthDialogs.cpp +++ b/embed/mozilla/GtkNSSClientAuthDialogs.cpp @@ -24,8 +24,6 @@ #include "config.h" -#ifdef HAVE_MOZILLA_PSM - #include "EphyUtils.h" #include <nsIServiceManager.h> @@ -284,5 +282,3 @@ GtkNSSClientAuthDialogs::ChooseCertificate (nsIInterfaceRequestor *ctx, gtk_widget_destroy (dialog); return NS_OK; } - -#endif |