Index: gsitemap.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/gsitemap/Attic/gsitemap.module,v
retrieving revision 1.56.2.86
diff -u -p -r1.56.2.86 gsitemap.module
--- gsitemap.module	6 Nov 2007 16:57:38 -0000	1.56.2.86
+++ gsitemap.module	7 Nov 2007 18:36:16 -0000
@@ -609,7 +609,7 @@ function gsitemap_output($chunk = NULL) 
     $status = _gsitemap_update_cache($page);
   }
   if ($status) {
-    if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') === FALSE || zlib_get_coding_type() !== FALSE || (variable_get('cache', CACHE_DISABLED) != CACHE_DISABLED && empty($user->uid))) {
+    if (strpos($_SERVER['HTTP_ACCEPT_ENCODING'], 'gzip') === FALSE || zlib_get_coding_type() !== FALSE || extension_loaded('eAccelerator') || (variable_get('cache', CACHE_DISABLED) != CACHE_DISABLED && empty($user->uid))) {
       readgzfile($dest);
     }
     else {
