parent
1c4c4978ad
commit
d7de1b5c6d
|
@ -598,6 +598,9 @@ if test "$os_win32" = no; then
|
||||||
AX_PTHREAD([have_pthread=true])
|
AX_PTHREAD([have_pthread=true])
|
||||||
fi
|
fi
|
||||||
if $have_pthread; then
|
if $have_pthread; then
|
||||||
|
LIBS="$PTHREAD_LIBS $LIBS"
|
||||||
|
CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
|
||||||
|
CC="$PTHREAD_CC"
|
||||||
AC_DEFINE(HAVE_PTHREAD, 1, [Have POSIX threads])
|
AC_DEFINE(HAVE_PTHREAD, 1, [Have POSIX threads])
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL(HAVE_PTHREAD, $have_pthread)
|
AM_CONDITIONAL(HAVE_PTHREAD, $have_pthread)
|
||||||
|
|
Loading…
Reference in New Issue