$NetBSD: patch-af,v 1.4 2003/02/25 02:14:59 uebayasi Exp $ --- configure.in.orig Tue Jan 7 12:57:03 2003 +++ configure.in @@ -1079,6 +1079,7 @@ dnl Straightforward machine determination case "$canonical" in + arm-*-* ) machine=arm ;; sparc-*-* ) machine=sparc ;; alpha*-*-* ) machine=alpha ;; vax-*-* ) machine=vax ;; @@ -1157,10 +1158,10 @@ case "$canonical" in i[[3-9]]86-*-netbsd*) machine=intel386 ;; hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd* | m68k-*-netbsd* ) - dnl Yes, this is somewhat bogus. - machine=hp9000s300 ;; + machine=m68k ;; pc532-*-netbsd* | ns32k-*-netbsd* ) machine=ns32000 ;; pmax-*-netbsd* | mips-*-netbsd* ) machine=pmax ;; + alpha-*-netbsd* ) machine=alpha ;; esac ;; @@ -2224,7 +2225,7 @@ decosf* | linux* | irix*) dash_r="-rpath " ;; *) dash_r="" - for try_dash_r in "-R" "-R " "-rpath "; do + for try_dash_r in "-Wl,-R" "-R" "-R " "-rpath "; do xe_check_libs="${try_dash_r}/no/such/file-or-directory" XE_PROTECT_LINKER_FLAGS(xe_check_libs) AC_TRY_LINK(, , dash_r="$try_dash_r") @@ -4320,6 +4321,9 @@ eval "with_${feature}=no" done fi dnl with_tty + +AC_CHECK_LIB(ossaudio, main, LIBOSSAUDIO=-lossaudio) +AC_SUBST(LIBOSSAUDIO) dnl Do we need event-unixoid.o ? dnl This is needed for X, or for TTY, or for MSWIN w/Cygwin select()