[kazehakase-svn] [3477] foge.

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
Wed Mar 12 10:15:06 JST 2008


Revision: 3477
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=kazehakase&view=rev&rev=3477
Author:   ikezoe
Date:     2008-03-12 10:15:06 +0900 (Wed, 12 Mar 2008)

Log Message:
-----------
foge.

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

Modified: kazehakase/trunk/macros/gecko.m4
===================================================================
--- kazehakase/trunk/macros/gecko.m4	2008-03-12 01:14:25 UTC (rev 3476)
+++ kazehakase/trunk/macros/gecko.m4	2008-03-12 01:15:06 UTC (rev 3477)
@@ -110,32 +110,6 @@
 
 AC_MSG_RESULT([$result])
 
-
-AC_MSG_CHECKING([whether nsIHelperAppLauncherDialog methods expect PRBool])
-
-AC_COMPILE_IFELSE(
-	[AC_LANG_PROGRAM(
-		[[#include <nsIHelperAppLauncherDialog.h>]],
-		[[nsIHelperAppLauncherDialog *p;
-		  p->Show (nsnull, nsnull, -1);]]
-	)],
-	[AC_DEFINE([MOZ_NSIHELPERAPPLAUNCHERDIALOG_NSPRBOOL_],[1],[Define if nsIHelperAppLauncharDialog uses PRBool]) result=yes],
-	[result=no])
-
-AC_MSG_RESULT([$result])
-
-AC_MSG_CHECKING([whether NS_InitXPCOM3 exists])
-
-AC_COMPILE_IFELSE(
-	[AC_LANG_PROGRAM(
-		[[#include <nsXPCOM.h>]],
-		[[NS_InitXPCOM3(nsnull, nsnull, nsnull, nsnull, 0);]]
-	)],
-	[AC_DEFINE([MOZ_HAVE_NSINITXPCOM3_],[1],[Define if Gecko has NS_InitXPCOM3]) result=yes],
-	[result=no])
-
-AC_MSG_RESULT([$result])
-
 AC_MSG_CHECKING([whether nsICanvasRenderingContextInternal has GetInputStream method])
 AC_COMPILE_IFELSE(
 	[AC_LANG_PROGRAM(
@@ -233,23 +207,6 @@
 	 AC_DEFINE([HAVE_NSIDOMEVENTRECEIVER_H],[1],
 	           [Define if mozilla nsIDOMEventReceiver header is available])])
 
-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
-dnl patch
-dnl https://bugzilla.mozilla.org/show_bug.cgi?id=274784
-
-AC_MSG_CHECKING([whether nsIDocShell::GetSecureUI exists])
-AC_COMPILE_IFELSE(
-	[AC_LANG_PROGRAM(
-		[[#include <nsIDocShell.h>]],
-		[[ nsIDocShell *p;
-		   p->GetSecurityUI( nsnull ); ]]
-	)],
-	[AC_DEFINE([HAVE_NSIDOCSHELL_GETSECUREUI], [1],
-		   [Define if nsIDocShell::GetSecureUI exists]) result=yes],
-	[result=no])
-AC_MSG_RESULT([$result])
 dnl restore flags
 CPPFLAGS=$_SAVE_CPPFLAGS
 CXXFLAGS=$_SAVE_CXXFLAGS




More information about the Kazehakase-cvs mailing list
アーカイブの一覧に戻る