# The following file from kdebindings has a syntax error that
# makes Python compilation fail
diff --git a/devel/python/CONFIGURE b/devel/python/CONFIGURE
index 6771864..a962b5a 100755
--- a/devel/python/CONFIGURE
+++ b/devel/python/CONFIGURE
@@ -1,16 +1,21 @@
config_query_option PYTHON_OPTS \
- "enable IPv6?" y \
+ "Enable IPv6?" y \
"--enable-ipv6" \
"--disable-ipv6" &&
config_query_option PYTHON_OPTS \
- "enable threads support?" y \
+ "Enable signal module?" y \
+ "--with-signal-module" \
+ "--without-signal-module" &&
+
+config_query_option PYTHON_OPTS \
+ "Enable threads support?" y \
"--with-threads" \
"--without-threads" &&