[xiph-cvs] cvs commit: ao CHANGES configure.in
Stan Seibert
volsung at xiph.org
Wed Oct 8 08:20:28 PDT 2003
volsung 03/10/08 11:20:28
Modified: . CHANGES configure.in
Log:
Never put AM_CONDITIONAL in an if-statement. Fix for esd from Christian
Weisgerber.
Revision Changes Path
1.11 +3 -0 ao/CHANGES
Index: CHANGES
===================================================================
RCS file: /usr/local/cvsroot/ao/CHANGES,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- CHANGES 5 Oct 2003 01:14:20 -0000 1.10
+++ CHANGES 8 Oct 2003 15:20:27 -0000 1.11
@@ -1,3 +1,6 @@
+? - ??
+- Can build with --disable-esd option
+
0.8.4 - October 4, 2003
- Added AIX sound driver from Stefan Tibus <sjti at gmx.net>
- Committed some fixes from the Fink project to allow compiling on
<p><p>1.53 +1 -1 ao/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ao/configure.in,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- configure.in 4 Oct 2003 15:34:10 -0000 1.52
+++ configure.in 8 Oct 2003 15:20:27 -0000 1.53
@@ -174,8 +174,8 @@
if test "$BUILD_ESD" = "yes"; then
AM_PATH_ESD(0.2.8, have_esd=yes, have_esd=no)
- AM_CONDITIONAL(HAVE_ESD,test "x$have_esd" = xyes)
fi
+AM_CONDITIONAL(HAVE_ESD,test "x$have_esd" = xyes)
dnl Check for OSS
<p><p>--- >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