[xiph-cvs] cvs commit: ao configure.in
Stan Seibert
volsung at xiph.org
Fri Nov 9 12:01:55 PST 2001
volsung 01/11/09 12:01:55
Modified: . configure.in
Log:
Typo made it impossible to disable ALSA 0.9 plugin compilation.
Revision Changes Path
1.37 +1 -1 ao/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- configure.in 2001/10/16 00:13:46 1.36
+++ configure.in 2001/11/09 20:01:54 1.37
@@ -183,7 +183,7 @@
AC_ARG_ENABLE(alsa09, [ --enable-alsa09 include alsa 0.9 output plugin ],
[ BUILD_ALSA09="$enableval" ],[ BUILD_ALSA09="yes" ])
-if test "$BUILD_ALSA" = "yes"; then
+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)
AM_CONDITIONAL(HAVE_ALSA09,test "x$have_alsa09" = xyes)
--- >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