Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Stone <michael@laptop.org>2010-05-23 16:34:26 (GMT)
committer Michael Stone <michael@laptop.org>2010-05-23 16:34:26 (GMT)
commit8f69e5a30e047761abc3b942ace44500baf643cb (patch)
treee132e4bd71f68103619c19fb7073e0a939ebc0ba
parent81b7a5fc181aae238698e52517e9f9366c019c41 (diff)
parent30da2bfe0e86c25462e92cf4e2284265848fa756 (diff)
Merge remote branch 'sl-art/master'
-rw-r--r--artwork/configure.ac6
1 files changed, 5 insertions, 1 deletions
diff --git a/artwork/configure.ac b/artwork/configure.ac
index f32dd32..c9f5c26 100644
--- a/artwork/configure.ac
+++ b/artwork/configure.ac
@@ -11,6 +11,10 @@ AM_DISABLE_STATIC
PKG_PROG_PKG_CONFIG([0.19])
+dnl These catch plenty of subtle bugs and miscompilation problems
+WARN_CFLAGS="-Wall -W -Werror=implicit-function-declaration"
+AC_SUBST(WARN_CFLAGS)
+
AC_PROG_CC
AC_HEADER_STDC
AC_PROG_LIBTOOL
@@ -21,7 +25,7 @@ if test -z "$ICON_SLICER"; then
fi
PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0,,
- AC_MSG_ERROR([GTK+-2.0 is required to compile redhat-artwork]))
+ AC_MSG_ERROR([GTK+-2.0 is required to compile sugar-artwork]))
GDK_PIXBUF2_CFLAGS=`$PKG_CONFIG --cflags gdk-pixbuf-2.0`
GDK_PIXBUF2_LIBS=`$PKG_CONFIG --libs gdk-pixbuf-2.0`