(vars_of_mule): Provide feature `chise' when HAVE_CHISE_CLIENT is
authortomo <tomo>
Tue, 12 Mar 2002 03:06:22 +0000 (03:06 +0000)
committertomo <tomo>
Tue, 12 Mar 2002 03:06:22 +0000 (03:06 +0000)
defined.

src/mule.c

index 7e48dad..d790561 100644 (file)
@@ -118,6 +118,10 @@ vars_of_mule (void)
   Fprovide (intern ("utf-2000"));
 #endif
 
+#ifdef HAVE_CHISE_CLIENT
+  Fprovide (intern ("chise"));
+#endif
+
 #ifdef HAVE_EGG
   Fprovide (intern ("egg"));
 #endif