mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Add check for geteuid(), which is better than checking for WIN32.
git-svn-id: https://svn.xiph.org/trunk/ezstream@12551 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
5a233a4e03
commit
b59da7de0c
@ -70,7 +70,7 @@ AC_CHECK_HEADERS(sys/time.h paths.h signal.h)
|
|||||||
|
|
||||||
dnl LIBRARY FUNCTIONS
|
dnl LIBRARY FUNCTIONS
|
||||||
|
|
||||||
AC_CHECK_FUNCS(arc4random gettimeofday random srandomdev)
|
AC_CHECK_FUNCS(arc4random geteuid gettimeofday random srandomdev)
|
||||||
AC_REPLACE_FUNCS(getopt strlcat strlcpy)
|
AC_REPLACE_FUNCS(getopt strlcat strlcpy)
|
||||||
if test x"$ac_cv_header_signal_h" = "xyes"; then
|
if test x"$ac_cv_header_signal_h" = "xyes"; then
|
||||||
AC_CHECK_FUNCS([sigaction], [
|
AC_CHECK_FUNCS([sigaction], [
|
||||||
|
Loading…
Reference in New Issue
Block a user