Browse Source

python: add ac_cv_buggy_getaddrinfo=no to config.site file

Required when IPv6 support gets enabled.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 10 years ago
parent
commit
8122954aff
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lang/python/files/config.site

+ 1
- 0
lang/python/files/config.site View File

@@ -8,4 +8,5 @@
8 8
 
9 9
 ac_cv_file__dev_ptmx=yes
10 10
 ac_cv_file__dev_ptc=no
11
+ac_cv_buggy_getaddrinfo=no
11 12