Index: /trunk/glueforge/templates/psdb/configure_ac.tt
===================================================================
--- /trunk/glueforge/templates/psdb/configure_ac.tt	(revision 8684)
+++ /trunk/glueforge/templates/psdb/configure_ac.tt	(revision 8685)
@@ -34,5 +34,5 @@
 
 dnl is this the best was to setup recursive CFLAGS?
-[% pkg_name %]_CFLAGS="-Wall -pedantic -std=c99 -fno-strict-aliasing"
+[% pkg_name %]_CFLAGS="-Wall -Werror -pedantic -std=c99 -fno-strict-aliasing"
 AC_SUBST([[% pkg_name %]_CFLAGS])
 
