Don't compile timeloop on Minix
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 May 2006 12:58:26 +0000 (12:58 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 24 May 2006 12:58:26 +0000 (12:58 +0000)
ChangeLog
ChangeLog.pre-2-12
configure.in

index 83e6db4..5db5a35 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Don't compile timeloop on Minix. 
+       (Leonard den Ottolander)
+
 2006-05-22  Sebastian Wilhelmi  <wilhelmi@google.com>
 
        * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
index 83e6db4..5db5a35 100644 (file)
@@ -1,3 +1,8 @@
+2006-05-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * configure.in: Don't compile timeloop on Minix. 
+       (Leonard den Ottolander)
+
 2006-05-22  Sebastian Wilhelmi  <wilhelmi@google.com>
 
        * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init
index 70b0373..833648d 100644 (file)
@@ -1391,7 +1391,7 @@ AC_SUBST(PLATFORMDEP)
 
 AC_MSG_CHECKING([whether to compile timeloop])
 case "$host" in
-  *-*-cygwin*|*-*-mingw*)
+  *-*-cygwin*|*-*-mingw*|*-*-minix)
     enable_timeloop=no
     ;;
   *)