Index: branches/tap_branches/ppStack/configure.ac
===================================================================
--- branches/tap_branches/ppStack/configure.ac	(revision 25900)
+++ branches/tap_branches/ppStack/configure.ac	(revision 27838)
@@ -22,4 +22,9 @@
 PKG_CHECK_MODULES([PPSTATS],  [ppStats >= 1.0.0]) 
 
+AC_PATH_PROG([ERRORCODES], [psParseErrorCodes], [missing])
+if test "$ERRORCODES" = "missing" ; then
+  AC_MSG_ERROR([psParseErrorCodes is required])
+fi
+
 IPP_STDOPTS
 CFLAGS="${CFLAGS=} -Wall -Werror"
