mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Don't compile timeloop on Minix
This commit is contained in:
parent
31aa10560f
commit
6d1461b478
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user