mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-02-02 15:07:45 -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
|
||||
|
||||
AC_CHECK_FUNCS(arc4random gettimeofday random srandomdev)
|
||||
AC_CHECK_FUNCS(arc4random geteuid gettimeofday random srandomdev)
|
||||
AC_REPLACE_FUNCS(getopt strlcat strlcpy)
|
||||
if test x"$ac_cv_header_signal_h" = "xyes"; then
|
||||
AC_CHECK_FUNCS([sigaction], [
|
||||
|
Loading…
Reference in New Issue
Block a user