[kazehakase-svn] [3335] * macros/gecko.m4: removed needless prefix.

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
Sat Jan 5 15:36:28 JST 2008


Revision: 3335
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3335
Author:   kous
Date:     2008-01-05 15:36:28 +0900 (Sat, 05 Jan 2008)

Log Message:
-----------
* macros/gecko.m4: removed needless prefix.

Modified Paths:
--------------
    kazehakase/trunk/ChangeLog
    kazehakase/trunk/macros/gecko.m4

Modified: kazehakase/trunk/ChangeLog
===================================================================
--- kazehakase/trunk/ChangeLog	2008-01-05 06:29:15 UTC (rev 3334)
+++ kazehakase/trunk/ChangeLog	2008-01-05 06:36:28 UTC (rev 3335)
@@ -1,5 +1,7 @@
 2008-01-05  Kouhei Sutou  <kou****@cozmi*****>
 
+	* macros/gecko.m4: removed needless prefix.
+
 	* module/embed/gecko/mozilla-prefs.cpp:
 	- definefd MOZILLA_CLIENT.
 	- removed a needless header.

Modified: kazehakase/trunk/macros/gecko.m4
===================================================================
--- kazehakase/trunk/macros/gecko.m4	2008-01-05 06:29:15 UTC (rev 3334)
+++ kazehakase/trunk/macros/gecko.m4	2008-01-05 06:36:28 UTC (rev 3335)
@@ -93,7 +93,7 @@
 AC_COMPILE_IFELSE(
 	[AC_LANG_PROGRAM(
 		[[#include <nsEmbedString.h>
-		  #include <widget/nsIFilePicker.h>]],
+		  #include <nsIFilePicker.h>]],
 		[[nsIFilePicker *p;
 		  p->SetDefaultString (nsEmbedString());]]
 	)],
@@ -198,6 +198,14 @@
 	[AC_DEFINE([HAVE_NSIPASSWORD_H],[1],
 	[Define if mozilla nsIPassword header is available])])
 
+AC_CHECK_FILES([$MOZILLA_INCLUDE_ROOT/nsIBadCertListener.h],
+	[have_nsibadcertlistner_h=yes
+	 AC_DEFINE([HAVE_NSIBADCERTLISTENER_H],[1],
+	           [Define if mozilla nsIBadCertListener header is available])])
+
+AM_CONDITIONAL(HAVE_NSIBADCERTLISTENER_H,
+               test "x$have_nsibadcertlistner_h" = "xyes")
+
 dnl Check for nsIDocShell::GetSecurityUI
 dnl This code is picked from galeon-1.3.21.
 dnl nsIDocShell::GetSecurityUI was added in 1.8b2 as part of the fastback




More information about the Kazehakase-cvs mailing list
Zurück zum Archiv-Index