changeset 280:3b5878a7c62f trunk

[svn] typo
author nemo
date Mon, 20 Nov 2006 09:06:45 -0800
parents 1983383db0f5
children 65c4d8591b4a
files ChangeLog m4/libFLAC.m4
diffstat 2 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sun Nov 19 22:54:10 2006 -0800
+++ b/ChangeLog	Mon Nov 20 09:06:45 2006 -0800
@@ -1,3 +1,16 @@
+2006-11-20 06:54:10 +0000  Yoshiki Yazawa <yaz@cc.rim.or.jp>
+  revision [586]
+  build fixes:
+  - now configure properly find flac 1.1.3beta2
+  - fix CXXFLAGS. it would lose audacious include path if --with-libFLAC was given.
+  - suppress gcc 4.1.1 compile warnings
+  
+  trunk/m4/libFLAC.m4        |    6 +++---
+  trunk/src/paranormal/cfg.c |    4 ++--
+  trunk/src/xspf/urlencode.c |    1 +
+  3 files changed, 6 insertions(+), 5 deletions(-)
+
+
 2006-11-19 23:37:28 +0000  William Pitcock <nenolod@nenolod.net>
   revision [584]
   - add surface flip
--- a/m4/libFLAC.m4	Sun Nov 19 22:54:10 2006 -0800
+++ b/m4/libFLAC.m4	Mon Nov 20 09:06:45 2006 -0800
@@ -28,7 +28,7 @@
     LIBFLAC_CFLAGS="-I$prefix/include -I$libFLAC_includes"
   elif test "x$libFLAC_prefix" != "x" ; then
     LIBFLAC_CFLAGS="-I$prefix/include -I$libFLAC_prefix/include"
-  elif test "$prefix" != "xNONE"; then
+  elif test "x$prefix" != "xNONE"; then
     LIBFLAC_CFLAGS="-I$prefix/include"
   fi