mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-06 16:08:43 +02:00
Fixed typo. Now HPUX 11 thread system detection should work.
1999-01-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * configure.in: Fixed typo. Now HPUX 11 thread system detection should work.
This commit is contained in:
committed by
Sebastian Wilhelmi
parent
9b09f1feed
commit
1432d70585
@@ -644,7 +644,7 @@ case $have_threads in
|
||||
fi
|
||||
dnl ********* HPUX 11 ***********
|
||||
if test "x$G_THREAD_LIBS" = xerror; then
|
||||
AC_CHECK_LIB(thread, __pthread_attr_init_system,
|
||||
AC_CHECK_LIB(pthread, __pthread_attr_init_system,
|
||||
G_THREAD_LIBS="-lpthread")
|
||||
fi
|
||||
mutex_has_default=yes
|
||||
|
Reference in New Issue
Block a user