Index: trunk/psModules/configure.ac
===================================================================
--- trunk/psModules/configure.ac	(revision 11505)
+++ trunk/psModules/configure.ac	(revision 11530)
@@ -11,14 +11,9 @@
 AM_MAINTAINER_MODE
 
-IPP_STDOPTS
-
 AC_LANG(C)
 AC_PROG_CC
-dnl FIXME document why GNU_SOURCE is being set
 AC_GNU_SOURCE
 AC_PROG_INSTALL
 AM_PROG_LIBTOOL
-
-dnl enable largefile supports
 AC_SYS_LARGEFILE
 AC_FUNC_FSEEKO
@@ -297,4 +292,6 @@
 
 dnl ------- enable -Werror after all of the probes have run ---------
+IPP_STDOPTS
+
 CFLAGS="${CFLAGS} -Wall -Werror"
 dnl enable POSIX/XSI and C99 compliance
