[xiph-cvs] cvs commit: ao configure.in
Jack Moffitt
jack at xiph.org
Thu Dec 6 17:57:54 PST 2001
jack 01/12/06 17:57:54
Modified: . configure.in
Log:
Look for asoundlib.h in alsa, not sys.
Revision Changes Path
1.38 +1 -1 ao/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- configure.in 2001/11/09 20:01:54 1.37
+++ configure.in 2001/12/07 01:57:53 1.38
@@ -185,7 +185,7 @@
if test "$BUILD_ALSA09" = "yes"; then
AC_CHECK_LIB(asound, snd_pcm_open, have_alsa09=yes, have_alsa09=no)
- AC_CHECK_HEADER(sys/asoundlib.h, , have_alsa09=no)
+ AC_CHECK_HEADER(alsa/asoundlib.h, , have_alsa09=no)
AM_CONDITIONAL(HAVE_ALSA09,test "x$have_alsa09" = xyes)
fi
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list