[xiph-commits] r12576 - trunk/ezstream

moritz at svn.xiph.org moritz at svn.xiph.org
Tue Feb 27 06:44:48 PST 2007


Author: moritz
Date: 2007-02-27 06:44:46 -0800 (Tue, 27 Feb 2007)
New Revision: 12576

Modified:
   trunk/ezstream/configure.in
Log:
Let MIPS[pro] C be chatty with warnings and check for basename() in libgen.
Ezstream now builds on IRIX.


Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in	2007-02-27 14:42:14 UTC (rev 12575)
+++ trunk/ezstream/configure.in	2007-02-27 14:44:46 UTC (rev 12576)
@@ -21,7 +21,7 @@
 if test -z "$GCC"; then
 	case $host in 
 	*-irix*)
-		XIPH_CPPFLAGS="-w -signed"
+		XIPH_CPPFLAGS="-fullwarn"
 		;;
 	*-solaris*)
 		XIPH_CPPFLAGS="-v"
@@ -62,6 +62,7 @@
 
 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



More information about the commits mailing list