1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04: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:
moritz 2007-02-25 00:35:48 +00:00
parent 5a233a4e03
commit b59da7de0c

View File

@ -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], [