36 lines
975 B
Plaintext
36 lines
975 B
Plaintext
$OpenBSD: patch-acinclude_m4,v 1.3 2007/02/19 21:09:10 bernd Exp $
|
|
--- acinclude.m4.orig Mon Oct 3 04:46:29 2005
|
|
+++ acinclude.m4 Mon Feb 19 11:36:45 2007
|
|
@@ -257,6 +257,18 @@ else
|
|
i?86-*-openbsd3.7)
|
|
AFS_SYSNAME="i386_obsd37"
|
|
;;
|
|
+ i?86-*-openbsd3.8)
|
|
+ AFS_SYSNAME="i386_obsd38"
|
|
+ ;;
|
|
+ i?86-*-openbsd3.9)
|
|
+ AFS_SYSNAME="i386_obsd39"
|
|
+ ;;
|
|
+ i?86-*-openbsd4.0)
|
|
+ AFS_SYSNAME="i386_obsd40"
|
|
+ ;;
|
|
+ i?86-*-openbsd4.1)
|
|
+ AFS_SYSNAME="i386_obsd41"
|
|
+ ;;
|
|
i?86-*-freebsd4.2*)
|
|
AFS_SYSNAME="i386_fbsd_42"
|
|
;;
|
|
@@ -893,10 +905,10 @@ fi
|
|
|
|
PTHREAD_LIBS=error
|
|
AC_CHECK_LIB(pthread, pthread_attr_init,
|
|
- PTHREAD_LIBS="-lpthread")
|
|
+ PTHREAD_LIBS="-pthread")
|
|
if test "x$PTHREAD_LIBS" = xerror; then
|
|
AC_CHECK_LIB(pthreads, pthread_attr_init,
|
|
- PTHREAD_LIBS="-lpthreads")
|
|
+ PTHREAD_LIBS="-pthread")
|
|
fi
|
|
if test "x$PTHREAD_LIBS" = xerror; then
|
|
AC_CHECK_LIB(c_r, pthread_attr_init,
|