Author: chergert
Date: 2005-03-07 05:21:36 -0500 (Mon, 07 Mar 2005)
New Revision: 41515

Modified:
   trunk/gtkmozembed-sharp/ChangeLog
   trunk/gtkmozembed-sharp/configure.in
Log:
Add AM_CONDITIONAL for WINBUILD


Modified: trunk/gtkmozembed-sharp/ChangeLog
===================================================================
--- trunk/gtkmozembed-sharp/ChangeLog   2005-03-07 10:18:52 UTC (rev 41514)
+++ trunk/gtkmozembed-sharp/ChangeLog   2005-03-07 10:21:36 UTC (rev 41515)
@@ -1,3 +1,9 @@
+2005-03-07     Christian Hergert       <[EMAIL PROTECTED]>
+
+       * configure.in: Add AM_CONDITIONAL for WINBUILD. Still needs to have
+       a configure switch added or some other way of determining WINBUILD. But
+       this allows us to still build.
+
 2005-03-06  Zac Bowling  <[EMAIL PROTECTED]>
 
        * gtkmozembed/WebControl.custom: typo made backword logic

Modified: trunk/gtkmozembed-sharp/configure.in
===================================================================
--- trunk/gtkmozembed-sharp/configure.in        2005-03-07 10:18:52 UTC (rev 
41514)
+++ trunk/gtkmozembed-sharp/configure.in        2005-03-07 10:21:36 UTC (rev 
41515)
@@ -107,6 +107,11 @@
         AC_MSG_ERROR([No gacutil tool found])
 fi
 
+
+dnl WINBUILD
+dnl Need to set $enable_winbuild with compile option or some other way
+AM_CONDITIONAL(WINBUILD, test x$enable_winbuild = xyes)
+
 AC_SUBST(GACUTIL)
 
 AC_OUTPUT([

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to