Index: trunk/psphot/src/psLibUtils.c
===================================================================
--- trunk/psphot/src/psLibUtils.c	(revision 5134)
+++ trunk/psphot/src/psLibUtils.c	(revision 5351)
@@ -280,8 +280,8 @@
 }	    
 
-# if (0)
 // now in psLib (v8)
 // count number of pixels with given mask value
-int psImageCountPixelMask (psImage *mask, psU8 value) 
+// XXX EAM : version in psLib is broken
+int psImageCountPixelMask_EAM (psImage *mask, psU8 value) 
 {
     int Npixels = 0;
@@ -296,5 +296,4 @@
     return (Npixels);
 }
-# endif
 
 // define a square region centered on the given coordinate
