From: Josh Coalson Date: Sun, 27 Apr 2003 08:32:41 +0000 (+0000) Subject: Update OBJ_FORMAT setting: OpenBSD/i386-current just switched the binary format to ELF X-Git-Tag: 1.2.0~1092 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c0852171cfc841aaea9262ff699babc78922f14c;p=platform%2Fupstream%2Fflac.git Update OBJ_FORMAT setting: OpenBSD/i386-current just switched the binary format to ELF --- diff --git a/configure.in b/configure.in index d92f2a8..e6e9b05 100644 --- a/configure.in +++ b/configure.in @@ -160,7 +160,7 @@ AM_CONDITIONAL(FLaC__CPU_IA32, test x$cpu_ia32 = xtrue) 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-*-openbsd3.[[0-3]]) OBJ_FORMAT=aoutb ;; *) OBJ_FORMAT=elf ;; esac AC_SUBST(OBJ_FORMAT)