Index: trunk/glueforge/templates/psdb/configure_ac.tt
===================================================================
--- trunk/glueforge/templates/psdb/configure_ac.tt	(revision 23454)
+++ trunk/glueforge/templates/psdb/configure_ac.tt	(revision 34080)
@@ -13,4 +13,6 @@
 AM_CONFIG_HEADER([config.h])
 AM_MAINTAINER_MODE
+
+IPP_STDLDFLAGS
 
 AC_CONFIG_TESTDIR([tests])
@@ -54,6 +56,7 @@
 dnl is this the best was to setup recursive CFLAGS?
 IPP_STDOPTS
-dnl -Werror causes problems on OSX as inttypes.h uses some non standard C types
-[% pkg_name %]_CFLAGS="-Wall -pedantic -fno-strict-aliasing"
+IPP_STDCFLAGS
+
+[% pkg_name %]_CFLAGS="-pedantic -fno-strict-aliasing"
 AC_SUBST([[% pkg_name %]_CFLAGS])
 
