diff --git a/builds/runtimes/python-2.5.0 b/builds/runtimes/python-2.5.0
index 7b0296d8e69495c3e4381e615955e1d2ddec2937..2b31b96077efa5934a0c69190d9bad59a37741c1 100755
--- a/builds/runtimes/python-2.5.0
+++ b/builds/runtimes/python-2.5.0
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.1 b/builds/runtimes/python-2.5.1
index 9fe96725154010b10f21960efd5b1b65d95e3bf1..775b6130def8a6707f1f71dfa1203f2d94e9c38b 100755
--- a/builds/runtimes/python-2.5.1
+++ b/builds/runtimes/python-2.5.1
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.1 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.2 b/builds/runtimes/python-2.5.2
index abd9b1f66e231cc7c8605bc590f5d2347503204d..84bb09422fd442fd9ed7dd7f0ba3f211eb0a8f86 100755
--- a/builds/runtimes/python-2.5.2
+++ b/builds/runtimes/python-2.5.2
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.2 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.3 b/builds/runtimes/python-2.5.3
index a6d2e0f82b3625946e51f5e278288169b2e53820..7ff33b445767ab516ba58baaf57f2415e7b22e42 100755
--- a/builds/runtimes/python-2.5.3
+++ b/builds/runtimes/python-2.5.3
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.3 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.4 b/builds/runtimes/python-2.5.4
index 6b311afe3b728c0fded8be91a01eadfbfbdacc3d..063c4f628a334d8f0bb17be40286a47017fcb9b7 100755
--- a/builds/runtimes/python-2.5.4
+++ b/builds/runtimes/python-2.5.4
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.4 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.5 b/builds/runtimes/python-2.5.5
index 305f780226b1675914052e377ac34990a51c439f..9c9ee091fae9ef9de44c8bc48b72561c941badc1 100755
--- a/builds/runtimes/python-2.5.5
+++ b/builds/runtimes/python-2.5.5
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.5 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install
diff --git a/builds/runtimes/python-2.5.6 b/builds/runtimes/python-2.5.6
index 4a1eac15f47d5ced2b7d965b7174ae51fb677177..6da7ca45b86833de07596b42dd213060fd265d58 100755
--- a/builds/runtimes/python-2.5.6
+++ b/builds/runtimes/python-2.5.6
@@ -13,6 +13,6 @@ curl -L $SOURCE_TARBALL | tar xz
 mv Python-2.5.6 src
 cd src
 
-./configure --prefix=$OUT_PREFIX --enable-shared
+./configure --prefix=$OUT_PREFIX
 make
 make install