summaryrefslogtreecommitdiff
blob: 3a6da1f681c131bd54a68a3956d41d78294bdcfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/configure b/configure
index fd2e296..695f6a7 100755
--- a/configure
+++ b/configure
@@ -1987,6 +1987,9 @@ check_python()
 {
   test_header "Python support"
 
+  # We force the right implementation in the ebuild instead
+  return
+
   # On darwin this is a on/off decision only
   if [ "$OS" = "darwin" ]; then
     echo "enabled"