Don't compile timeloop on Minix

This commit is contained in:
Matthias Clasen 2006-05-24 12:58:26 +00:00
parent 31aa10560f
commit 6d1461b478
3 changed files with 11 additions and 1 deletions

View 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

View 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

View 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
;;
*)