Fixed typo: PTHREAD_PRIO_MIN -> PTHREAD_PRIO_MAX. (Laurent Vivier,

2002-11-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

        * configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
	PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
This commit is contained in:
Sebastian Wilhelmi 2002-11-22 17:42:55 +00:00 committed by Sebastian Wilhelmi
parent b070488c97
commit 0689865df4
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1,3 +1,8 @@
2002-11-22 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* configure.in: Fixed typo: PTHREAD_PRIO_MIN ->
PTHREAD_PRIO_MAX. (Laurent Vivier, #99293). Merged from HEAD.
Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com> Thu Nov 21 16:19:21 2002 Owen Taylor <otaylor@redhat.com>
* glib/ghash.c: Patch from Morten Welinder to * glib/ghash.c: Patch from Morten Welinder to

View File

@ -1521,7 +1521,7 @@ if test x"$have_threads" != xno; then
AC_EGREP_CPP(PTHREAD_PRIO_MIN,[#include <pthread.h> AC_EGREP_CPP(PTHREAD_PRIO_MIN,[#include <pthread.h>
PTHREAD_PRIO_MIN],,[ PTHREAD_PRIO_MIN],,[
posix_priority_min=PTHREAD_PRIO_MIN posix_priority_min=PTHREAD_PRIO_MIN
posix_priority_max=PTHREAD_PRIO_MIN]) posix_priority_max=PTHREAD_PRIO_MAX])
fi fi
if test x"$posix_priority_min" = x; then if test x"$posix_priority_min" = x; then
AC_EGREP_CPP(PRI_OTHER_MIN,[#include <pthread.h> AC_EGREP_CPP(PRI_OTHER_MIN,[#include <pthread.h>