mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
Add test for ucontext.h. (Needed for cothreads.c)
Original commit message from CVS: Add test for ucontext.h. (Needed for cothreads.c)
This commit is contained in:
parent
92c48266a6
commit
2e5b741993
1 changed files with 3 additions and 0 deletions
|
@ -206,6 +206,9 @@ main() {atomic_t t; atomic_set(&t,0); atomic_inc(&t); atomic_add(1,&t);return 0;
|
|||
])
|
||||
fi
|
||||
|
||||
dnl Check for ucontext.h
|
||||
AC_CHECK_HEADER(ucontext.h, AC_DEFINE(HAVE_UCONTEXT_H, 1, [defined if we have ucontext.h]))
|
||||
|
||||
dnl ######################################################################
|
||||
dnl # Check command line parameters, and set shell variables accordingly #
|
||||
dnl ######################################################################
|
||||
|
|
Loading…
Reference in a new issue