global: change all instances of USE_EGLIBC to USE_GLIBC
[feed/packages.git] / lang / perl / Config.in
index 11cb5eb1126ec75fcbee79a607d5cf8452d7ef21..f4c4f8870ae4de3d84c0f08161c41e0dc1b24912 100644 (file)
@@ -3,7 +3,7 @@ menu "Configuration"
 
 config PERL_THREADS
     bool "Enable threading support"
-    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_EGLIBC)
+    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_GLIBC)
     default n
 
 config PERL_TESTS