Index: branches/eam_branches/ipp-20120601/ppStats/configure.ac
===================================================================
--- branches/eam_branches/ipp-20120601/ppStats/configure.ac	(revision 33977)
+++ branches/eam_branches/ipp-20120601/ppStats/configure.ac	(revision 34002)
@@ -21,5 +21,8 @@
 
 IPP_STDOPTS
-CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
+dnl CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
+dnl the above should no longer be needed (provided by stdopts)
+dnl not clear why the below is needed
+CFLAGS="${CFLAGS=} -std=c99"
 
 IPP_VERSION
