1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04: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:
moritz 2007-02-27 14:44:46 +00:00
parent 382c811b97
commit 6b01b59811

View File

@ -21,7 +21,7 @@ AC_CANONICAL_HOST
if test -z "$GCC"; then
case $host in
*-irix*)
XIPH_CPPFLAGS="-w -signed"
XIPH_CPPFLAGS="-fullwarn"
;;
*-solaris*)
XIPH_CPPFLAGS="-v"
@ -62,6 +62,7 @@ AC_CHECK_HEADERS(sys/time.h paths.h signal.h)
dnl LIBRARY FUNCTIONS
AC_CHECK_LIB(gen, basename)
AC_CHECK_FUNCS(arc4random geteuid gettimeofday random srandomdev)
AC_REPLACE_FUNCS(getopt strlcat strlcpy)
if test x"$ac_cv_header_signal_h" = "xyes"; then