[Flac-dev] Re: 1.0 souce released

Christian Weisgerber naddy at mips.inka.de
Sun Jul 22 17:15:46 PDT 2001


m4 eats the brackets.  I guess they could be quoted somehow, but
the system always shows up as "i386" anyway.

--- configure.in.old	Mon Jul 23 02:14:15 2001
+++ configure.in	Mon Jul 23 02:14:25 2001
@@ -40,7 +40,7 @@
 AM_CONDITIONAL(FLaC__CPU_PPC, test x$cpu_ppc = xtrue)
 AM_CONDITIONAL(FLaC__CPU_SPARC, test x$cpu_sparc = xtrue)
 case "$host" in
-	i[3-6]86-*-openbsd*) OBJ_FORMAT=aoutb ;;
+	i386-*-openbsd*) OBJ_FORMAT=aoutb ;;
 	*) OBJ_FORMAT=elf ;;
 esac
 AC_SUBST(OBJ_FORMAT)
-- 
Christian "naddy" Weisgerber                          naddy at mips.inka.de




More information about the Flac-dev mailing list