mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
Let MIPS[pro] C be chatty with warnings and check for basename() in libgen.
Ezstream now builds on IRIX. git-svn-id: https://svn.xiph.org/trunk/ezstream@12576 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
382c811b97
commit
6b01b59811
@ -21,7 +21,7 @@ AC_CANONICAL_HOST
|
|||||||
if test -z "$GCC"; then
|
if test -z "$GCC"; then
|
||||||
case $host in
|
case $host in
|
||||||
*-irix*)
|
*-irix*)
|
||||||
XIPH_CPPFLAGS="-w -signed"
|
XIPH_CPPFLAGS="-fullwarn"
|
||||||
;;
|
;;
|
||||||
*-solaris*)
|
*-solaris*)
|
||||||
XIPH_CPPFLAGS="-v"
|
XIPH_CPPFLAGS="-v"
|
||||||
@ -62,6 +62,7 @@ AC_CHECK_HEADERS(sys/time.h paths.h signal.h)
|
|||||||
|
|
||||||
dnl LIBRARY FUNCTIONS
|
dnl LIBRARY FUNCTIONS
|
||||||
|
|
||||||
|
AC_CHECK_LIB(gen, basename)
|
||||||
AC_CHECK_FUNCS(arc4random geteuid 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
|
||||||
|
Loading…
Reference in New Issue
Block a user