blob: 8c60bd73b0b6108e386733022ab42dacc4aec4bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Index: configure.ac
===================================================================
--- a/configure.ac (Revision 148)
+++ b/configure.ac (Arbeitskopie)
@@ -41,7 +41,7 @@
AC_SUBST(DBUS_SERVICES_DIR)
AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [Where services dir for D-Bus is])
-CFLAGS="$CFLAGS -g -Wall -Werror -Wno-format"
+CFLAGS="$CFLAGS -g -Wall -Wno-format"
# TODO: add --with-xsltproc argument to override PATH
AC_CHECK_PROGS(XSLT, xsltproc)
|