[xiph-cvs] cvs commit: ao configure.in

Jack Moffitt jack at xiph.org
Sun Oct 29 20:01:41 PST 2000



jack        00/10/29 20:01:41

  Modified:    .        configure.in
  Log:
  trying to fix alsa builds

Revision  Changes    Path
1.5       +2 -2      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- configure.in	2000/10/30 00:46:39	1.4
+++ configure.in	2000/10/30 04:01:41	1.5
@@ -126,7 +126,7 @@
 
 dnl Check for ALSA
 
-AC_CHECK_LIB(asound, snd_pcm_open, has_alsa=yes, has_alsa=no)
+AC_CHECK_LIB(asound, snd_pcm_open, have_alsa=yes, have_alsa=no)
 AM_CONDITIONAL(HAVE_ALSA,test "x$have_alsa" = xyes)
 
 dnl Check for IRIX
@@ -142,4 +142,4 @@
 
 CFLAGS="$CFLAGS -DAO_PLUGIN_PATH=\\\"$plugindir\\\""
 
-AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h include/ao/ao_libs.inc src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile ao-config)
+AC_OUTPUT(Makefile src/Makefile doc/Makefile include/Makefile include/ao/Makefile include/ao/os_types.h src/plugins/Makefile src/plugins/esd/Makefile src/plugins/oss/Makefile src/plugins/alsa/Makefile ao-config)

--- >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