--- /home/cpdev/src/classpath/gnu/java/text/FormatCharacterIterator.java	2005-07-10 17:32:50.000000000 +0000
+++ gnu/java/text/FormatCharacterIterator.java	2005-06-30 05:34:12.000000000 +0000
@@ -37,6 +37,8 @@
 exception statement from your version. */
 package gnu.java.text;
 
+import gnu.classpath.Configuration;
+
 import java.text.AttributedCharacterIterator;
 import java.util.HashMap;
 import java.util.HashSet;
@@ -63,8 +65,7 @@
   private int attributeIndex;
   private int[] ranges;
   private HashMap[] attributes;
-  private static final boolean DEBUG = false;
-
+  
   /**
    * This constructor builds an empty iterated strings. The attributes
    * are empty and so is the string. However you may append strings
@@ -495,7 +496,7 @@
 
   private void debug(String s)
   {
-    if (DEBUG)
+    if (Configuration.DEBUG)
       System.out.println(s);
   }
 
@@ -503,7 +504,7 @@
   {
     int start_range = 0;
     
-    if (!DEBUG)
+    if (!Configuration.DEBUG)
       return;
 
     System.out.println("Dumping internal table:");
