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

Jack Moffitt jack at xiph.org
Fri Nov 3 21:42:29 PST 2000



jack        00/11/03 21:42:29

  Modified:    .        configure.in
  Log:
  minor correction

Revision  Changes    Path
1.9       +3 -1      ao/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- configure.in	2000/11/04 05:29:29	1.8
+++ configure.in	2000/11/04 05:42:29	1.9
@@ -128,8 +128,10 @@
 
 if test "x$have_alsa" = xyes; then
         ALSA_LIBS="-lasound"
-	AC_SUBST(ALSA_LIBS)
+else
+	ALSA_LIBS=""
 fi
+AC_SUBST(ALSA_LIBS)
 
 dnl Check for IRIX
 

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