[dev-libs/gobject-introspection] fix python patch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user