[dev-libs/gobject-introspection] fix python patch

This commit is contained in:
Fabio Erculiani
2013-12-30 09:54:02 +01:00
parent 0f6d96b51a
commit a0a0789a7b
@@ -4,7 +4,7 @@
AC_CHECK_FUNCS([backtrace backtrace_symbols])
# Python
-AM_PATH_PYTHON([2.5])
-AM_PATH_PYTHON([2.6])
-case "$host" in
-*-*-mingw*)
- # Change backslashes to forward slashes in pyexecdir to avoid
@@ -16,7 +16,7 @@
-if test "x$os_win32" = "xyes"; then
- AM_CHECK_PYTHON_LIBS(, AC_MSG_ERROR([Python libs not found. Windows requires Python modules to be explicitly linked to libpython.]))
-fi
+#AM_PATH_PYTHON([2.5])
+#AM_PATH_PYTHON([2.6])
+#case "$host" in
+#*-*-mingw*)
+# # Change backslashes to forward slashes in pyexecdir to avoid