From: Matthias Clasen Date: Wed, 24 May 2006 12:58:26 +0000 (+0000) Subject: Don't compile timeloop on Minix X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6d1461b47810d6134335774214172ca2a34e8502;p=dana%2Fcg-glib.git Don't compile timeloop on Minix --- diff --git a/ChangeLog b/ChangeLog index 83e6db46..5db5a35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-24 Matthias Clasen + + * configure.in: Don't compile timeloop on Minix. + (Leonard den Ottolander) + 2006-05-22 Sebastian Wilhelmi * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 83e6db46..5db5a35e 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +2006-05-24 Matthias Clasen + + * configure.in: Don't compile timeloop on Minix. + (Leonard den Ottolander) + 2006-05-22 Sebastian Wilhelmi * glib/gthread.c (g_thread_init_glib): Run _g_atomic_thread_init diff --git a/configure.in b/configure.in index 70b03736..833648d8 100644 --- a/configure.in +++ b/configure.in @@ -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 ;; *)