mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-28 08:57:11 -05:00
Detect support for Solaris (/dev/audio).
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@516 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0eed96d764
commit
d1bc972e69
2 changed files with 35 additions and 1 deletions
|
|
@ -309,7 +309,10 @@ AM_CONDITIONAL([HAVE_ALSA], [test "x$HAVE_ALSA" = x1])
|
|||
|
||||
#### Solaris audio support (optional) ####
|
||||
|
||||
AC_CHECK_HEADERS([sys/audio.h], [HAVE_SOLARIS=1], [HAVE_SOLARIS=0])
|
||||
AC_CHECK_HEADERS([sys/audio.h], [
|
||||
HAVE_SOLARIS=1
|
||||
AC_DEFINE([HAVE_SOLARIS], 1, [Have Solaris audio?])
|
||||
], [HAVE_SOLARIS=0])
|
||||
AC_SUBST(HAVE_SOLARIS)
|
||||
AM_CONDITIONAL([HAVE_SOLARIS], [test "x$HAVE_SOLARIS" = x1])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue