mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 22:16:16 +01:00
Another small change to the pthread_.. search pattern. Should work *now*
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Another small change to the pthread_.. search pattern. Should work *now* for AIX.
This commit is contained in:
parent
d778d016b7
commit
8fded00959
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-03-06 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: Another small change to the pthread_.. search
|
||||
pattern. Should work *now* for AIX.
|
||||
|
||||
2000-03-04 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gwin32.c (g_win32_error_message): New function that returns the
|
||||
|
@ -687,12 +687,12 @@ if test "x$want_threads" = xyes || test "x$want_threads" = xposix \
|
||||
glib_save_CPPFLAGS="$CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $GTHREAD_COMPILE_IMPL_DEFINES"
|
||||
if test "x$have_threads" = xnone; then
|
||||
AC_EGREP_HEADER([^(|.*[^a-zA-Z_])pthread_attr_init[^a-zA-Z_]],
|
||||
AC_EGREP_HEADER([(^|[^a-zA-Z_])pthread_attr_init[^a-zA-Z_]],
|
||||
pthread.h,
|
||||
have_threads=posix)
|
||||
fi
|
||||
if test "x$have_threads" = xnone; then
|
||||
AC_EGREP_HEADER([^(|.*[^a-zA-Z_])pthread_attr_create[^a-zA-Z_]],
|
||||
AC_EGREP_HEADER([(^|[^a-zA-Z_])pthread_attr_create[^a-zA-Z_]],
|
||||
pthread.h,
|
||||
have_threads=dce)
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user