Revision: 2155
          http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2155&view=rev
Author:   jcsjcs
Date:     2008-11-30 10:50:14 +0000 (Sun, 30 Nov 2008)

Log Message:
-----------
        * configure.ac: don't add "-Wall" to CFLAGS
          unconditionally. I believe this line was overlooked when this
          issue was fixed earlier. Thanks to Tim Mooney.

Modified Paths:
--------------
    libgpod/trunk/ChangeLog
    libgpod/trunk/configure.ac

Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog     2008-11-30 10:45:21 UTC (rev 2154)
+++ libgpod/trunk/ChangeLog     2008-11-30 10:50:14 UTC (rev 2155)
@@ -1,5 +1,11 @@
 2008-11-30  Jorg Schuler <jcsjcs at users.sourceforge.net>
 
+       * configure.ac: don't add "-Wall" to CFLAGS
+         unconditionally. I believe this line was overlooked when this
+         issue was fixed earlier. Thanks to Tim Mooney.
+
+2008-11-30  Jorg Schuler <jcsjcs at users.sourceforge.net>
+
        * src/db-parse-context.h: remove unneeded G_GNUC_INTERNAL at the
          end of a declaration as this can cause problems with some
          compilers (and doesn't seem to make sense in the first

Modified: libgpod/trunk/configure.ac
===================================================================
--- libgpod/trunk/configure.ac  2008-11-30 10:45:21 UTC (rev 2154)
+++ libgpod/trunk/configure.ac  2008-11-30 10:50:14 UTC (rev 2155)
@@ -57,7 +57,6 @@
 AC_PROG_INTLTOOL([0.21])
 
 PKG_CHECK_MODULES(LIBGPOD, glib-2.0 >= 2.8.0 gobject-2.0)
-LIBGPOD_CFLAGS="$LIBGPOD_CFLAGS -Wall"
 
 dnl **************************************************
 dnl * expand $libdir 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to