Update of /cvsroot/audacity/audacity-src In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv4181
Modified Files: configure Log Message: Fix building without libflac, reported by Brian Cameron Index: configure =================================================================== RCS file: /cvsroot/audacity/audacity-src/configure,v retrieving revision 1.180 retrieving revision 1.181 diff -u -d -r1.180 -r1.181 --- configure 12 Sep 2009 18:35:56 -0000 1.180 +++ configure 16 Sep 2009 20:17:18 -0000 1.181 @@ -7139,6 +7139,8 @@ LIBFLAC_SYSTEM_AVAILABLE="yes" LIBFLAC_SYSTEM_LIBS="-lFLAC++ -lFLAC" LIBFLAC_SYSTEM_CPPSYMBOLS="USE_LIBFLAC" + # this file shouldn't be built at if no libflac is available + LIBFLAC_SYSTEM_OPTOBJS="ondemand/ODDecodeFlacTask.o" { $as_echo "$as_me:$LINENO: FLAC libraries are available as system libraries" >&5 $as_echo "$as_me: FLAC libraries are available as system libraries" >&6;} else @@ -7215,6 +7217,8 @@ LIBFLAC_LOCAL_CXXFLAGS="$LIBFLAC_LOCAL_CXXFLAGS -I\$(top_srcdir)/lib-src/libflac/include" LIBFLAC_LOCAL_CPPSYMBOLS="USE_LIBFLAC" + # this file shouldn't be built at if no libflac is available + LIBFLAC_LOCAL_OPTOBJS="ondemand/ODDecodeFlacTask.o" LIBFLAC_LOCAL_CONFIG_SUBDIRS="lib-src/libflac" { $as_echo "$as_me:$LINENO: FLAC libraries are available in this source tree" >&5 ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Audacity-cvs mailing list Audacity-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/audacity-cvs