comparison configure.in @ 30078:58ce7aad3fff

* configure.in: Check for <soundcard.h>. Look for ossaudio library, and set LIBSOUND accordingly.
author Ken Raeburn <raeburn@raeburn.org>
date Wed, 05 Jul 2000 19:18:52 +0000
parents 61037d088180
children ad53f03540e3
comparison
equal deleted inserted replaced
30077:f797982fdee0 30078:58ce7aad3fff
1155 1155
1156 dnl checks for Unix variants 1156 dnl checks for Unix variants
1157 AC_AIX 1157 AC_AIX
1158 1158
1159 # Sound support for GNU/Linux and the free BSDs. 1159 # Sound support for GNU/Linux and the free BSDs.
1160 AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h) 1160 AC_CHECK_HEADERS(machine/soundcard.h sys/soundcard.h soundcard.h)
1161 # Emulation library used on NetBSD.
1162 AC_CHECK_LIB(ossaudio, _oss_ioctl, LIBSOUND=-lossaudio, LIBSOUND=)
1163 AC_SUBST(LIBSOUND)
1161 1164
1162 dnl checks for header files 1165 dnl checks for header files
1163 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \ 1166 AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h \
1164 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \ 1167 linux/version.h sys/systeminfo.h termios.h limits.h string.h stdlib.h \
1165 termcap.h stdio_ext.h fcntl.h term.h) 1168 termcap.h stdio_ext.h fcntl.h term.h)