[Debburn-changes] r355 - nonameyet/trunk/include

Eduard Bloch blade at costa.debian.org
Tue Oct 3 12:18:09 UTC 2006


Author: blade
Date: 2006-10-03 12:18:08 +0000 (Tue, 03 Oct 2006)
New Revision: 355

Modified:
   nonameyet/trunk/include/xconfig.h.in
Log:
Use CMAKE_SYSTEM_NAME rather than unknown-unknown

Modified: nonameyet/trunk/include/xconfig.h.in
===================================================================
--- nonameyet/trunk/include/xconfig.h.in	2006-10-03 11:57:17 UTC (rev 354)
+++ nonameyet/trunk/include/xconfig.h.in	2006-10-03 12:18:08 UTC (rev 355)
@@ -557,4 +557,4 @@
 /* #undef NO_USER_MALLOC */		/* If we cannot define our own malloc()	*/
 #define HAVE_DYN_ARRAYS 1		/* If the compiler allows dynamic sized arrays */
 
-#define HOST_SYSTEM "unknown-system"	/* @CMAKE_SYSTEM_MACHINE@ does not work */
+#define HOST_SYSTEM "@CMAKE_SYSTEM_NAME@"




More information about the Debburn-changes mailing list