Also Encode/JP needs to be listed explicitly.
Jarkko Hietaniemi [Sat, 23 Feb 2002 18:36:43 +0000 (18:36 +0000)]
(Any other sub-Encode extensions?)

p4raw-id: //depot/perl@14843

Configure

index e6903fd..de4db38 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
 
 # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
 #
-# Generated on Sat Feb 23 06:28:54 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Sat Feb 23 20:58:46 EET 2002 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -16680,7 +16680,9 @@ eval $find_extensions
 # Special case:  Add in threads/shared since it is not picked up by the
 # recursive find above (and adding in general recursive finding breaks
 # SDBM_File/sdbm).  A.D.  10/25/2001.
-known_extensions="$known_extensions threads/shared"
+# Encode::JP needs an explicit mention for the same reason
+# --jhi 2002-02-23
+known_extensions="$known_extensions threads/shared Encode/JP"
 set X $nonxs_extensions
 shift
 nonxs_extensions="$*"