ソースを参照

perl: Enable threading support by default for all libc implementations

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 9 年 前
コミット
dc475f7886
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      lang/perl/Config.in

+ 1
- 1
lang/perl/Config.in ファイルの表示

@@ -3,7 +3,7 @@ menu "Configuration"
3 3
 
4 4
 config PERL_THREADS
5 5
     bool "Enable threading support"
6
-    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm) && (USE_UCLIBC || USE_GLIBC)
6
+    default y if (mips || mipsel || i386 || i686 || x86_64 || armeb || arm)
7 7
     default n
8 8
 
9 9
 config PERL_TESTS