[xiph-commits] r3368 - libfishsound/branches/1.0-stable
conrad at svn.annodex.net
conrad at svn.annodex.net
Sun Jan 20 18:29:58 PST 2008
Author: conrad
Date: 2008-01-20 18:29:57 -0800 (Sun, 20 Jan 2008)
New Revision: 3368
Modified:
libfishsound/branches/1.0-stable/configure.ac
Log:
Correct sense of disable flags' help text in configure.ac for newer autoconf
Patch by Michel Salim
Modified: libfishsound/branches/1.0-stable/configure.ac
===================================================================
--- libfishsound/branches/1.0-stable/configure.ac 2008-01-21 02:04:28 UTC (rev 3367)
+++ libfishsound/branches/1.0-stable/configure.ac 2008-01-21 02:29:57 UTC (rev 3368)
@@ -135,7 +135,7 @@
ac_enable_vorbis=yes
AC_ARG_ENABLE(vorbis,
- [ --disable-vorbis enable building of Vorbis codec support ],
+ [ --disable-vorbis disable building of Vorbis codec support ],
[ ac_enable_vorbis=no ], [ ac_enable_vorbis=yes] )
if test "x${ac_enable_vorbis}" = xyes ; then
@@ -194,7 +194,7 @@
ac_enable_speex=yes
AC_ARG_ENABLE(speex,
- [ --disable-speex enable building of Speex codec support ],
+ [ --disable-speex disable building of Speex codec support ],
[ ac_enable_speex=no ], [ ac_enable_speex=yes] )
if test "x${ac_enable_speex}" = xyes ; then
@@ -252,7 +252,7 @@
ac_enable_flac=yes
AC_ARG_ENABLE(flac,
- [ --disable-flac enable building of Flac codec support ],
+ [ --disable-flac disable building of Flac codec support ],
[ ac_enable_flac=no ], [ ac_enable_flac=yes] )
if test "x${ac_enable_flac}" = xyes ; then
More information about the commits
mailing list