<br><br><b><i>"Jeremy C. Reed" &lt;reed@reedmedia.net&gt;</i></b> wrote:<blockquote class="replbq" style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"> configure has:<br><br>if test "${with_flac+set}" = set; then<br>  withval="$with_flac"<br>  build_flac=no<br>else<br>...<br><br><br>Instead of setting to "no", it should set to $enableval.<br><br>Untested but I think the configure.ac should be fixed with:<br><br>--- configure.ac.orig 2005-06-27 04:25:51.000000000 -0500<br>+++ configure.ac 2006-12-12 17:18:13.000000000 -0600<br>@@ -93,8 +93,8 @@<br> AC_ARG_ENABLE(ogginfo,[  --disable-ogginfo  Skip building ogginfo], build_ogginfo="$enableval", build_ogginfo="yes")<br> AC_ARG_ENABLE(vcut,   [  --disable-vcut     Skip building vcut], build_vcut="$enableval", build_vcut="no")<br> AC_ARG_ENABLE(vorbiscomment, [  --disable-vorbiscomment   Skip building vorbiscomment], build_vorbiscomment="$enableval",
 build_vorbiscomment="yes")<br>-AC_ARG_WITH(flac,     [  --without-flac     Do not compile FLAC support], build_flac=no, build_flac="yes")<br>-AC_ARG_WITH(speex,    [  --without-speex    Do not compile Speex support], build_speex=no, build_speex="yes")<br>+AC_ARG_WITH(flac,     [  --without-flac     Do not compile FLAC support], build_flac=$enableval, build_flac="yes")<br>+AC_ARG_WITH(speex,    [  --without-speex    Do not compile Speex support], build_speex=$enableval, build_speex="yes")<br> <br> dnl --------------------------------------------------<br> dnl Check for generally needed libraries<br><br><br></blockquote>As was correctly pointed out, and as I never claimed the opposite, I am not at all<br>an expert in GNU autotools.<br><br>However, if someone generates a new 'configure', or, better yet, a full tarball,<br>I can easily test it in the framework of my tool.<br><br>Regards,<br>&nbsp; Sergei.<br><BR><BR>Applications From Scratch:
 http://appsfromscratch.berlios.de/<p>&#32;
<hr size=1>Cheap Talk? <a href="http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com">Check out</a> Yahoo! Messenger's low PC-to-Phone call rates.