summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e01507..1512d57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure.ac b/configure.ac
index 1ba5955..e0030ef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,6 @@ AC_PROG_MAKE_SET
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