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 83e6db46cdfb198e92e81dfe45fdb8cc7f766ef2..5db5a35e6c34fc2b47f868b364a7945ed7088815 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 83e6db46cdfb198e92e81dfe45fdb8cc7f766ef2..5db5a35e6c34fc2b47f868b364a7945ed7088815 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 70b037368d59a2308ed55b89f8ec363c8e447ac4..833648d8687b304c2009df0781c9ce3e0de1c3f6 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
     ;;
   *)