Author: toshok
Date: 2005-04-19 00:15:41 -0400 (Tue, 19 Apr 2005)
New Revision: 43236

Modified:
   trunk/debugger/ChangeLog
   trunk/debugger/configure.in
Log:
2005-04-18  Chris Toshok  <[EMAIL PROTECTED]>

        * configure.in: fix BFD_TARGET_X86_64 AM_CONDITIONAL.  Thanks to
        Marvin Taylor for this one.



Modified: trunk/debugger/ChangeLog
===================================================================
--- trunk/debugger/ChangeLog    2005-04-19 03:14:02 UTC (rev 43235)
+++ trunk/debugger/ChangeLog    2005-04-19 04:15:41 UTC (rev 43236)
@@ -1,3 +1,8 @@
+2005-04-18  Chris Toshok  <[EMAIL PROTECTED]>
+
+       * configure.in: fix BFD_TARGET_X86_64 AM_CONDITIONAL.  Thanks to
+       Marvin Taylor for this one.
+
 2005-04-13  Chris Toshok  <[EMAIL PROTECTED]>
 
        * backends/mono/MonoLanguageBackend.cs: rather broken fix for

Modified: trunk/debugger/configure.in
===================================================================
--- trunk/debugger/configure.in 2005-04-19 03:14:02 UTC (rev 43235)
+++ trunk/debugger/configure.in 2005-04-19 04:15:41 UTC (rev 43236)
@@ -68,7 +68,7 @@
 )
 
 AM_CONDITIONAL(BFD_TARGET_POWERPC, test x$bfd_target = xpowerpc)
-AM_CONDITIONAL(BFD_TARGET_X86_64, test x$bfd_target= xx86_64)
+AM_CONDITIONAL(BFD_TARGET_X86_64, test x$bfd_target = xx86_64)
 AM_CONDITIONAL(PLATFORM_X86_64, test x$platform = xx86_64)
 AM_CONDITIONAL(PLATFORM_POWERPC, test x$platform = xpowerpc)
 

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

Reply via email to