Skip to content

Commit 4f72f4b

Browse files
committed
remove some stuff
1 parent 05a1ba2 commit 4f72f4b

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

patch/Python/Python.patch

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -379,16 +379,6 @@ diff -ur Python-3.14.0a6-orig/aclocal.m4 Python-3.14.0a6/aclocal.m4
379379
AC_DEFUN([PKG_PROG_PKG_CONFIG],
380380
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
381381
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$])
382-
@@ -475,6 +489,9 @@
383-
AC_MSG_RESULT([no])
384-
PKG_CONFIG=""
385-
fi
386-
+fi
387-
+if test -z "$PKG_CONFIG"; then
388-
+ m4_default([$2], [AC_MSG_ERROR([pkg-config not found])])
389-
fi[]dnl
390-
])dnl PKG_PROG_PKG_CONFIG
391-
392382
@@ -744,7 +761,7 @@
393383

394384
# AM_CONDITIONAL -*- Autoconf -*-
@@ -442,16 +432,6 @@ diff -ur Python-3.14.0a6-orig/configure Python-3.14.0a6/configure
442432
IPHONEOS_DEPLOYMENT_TARGET
443433
EXPORT_MACOSX_DEPLOYMENT_TARGET
444434
CONFIGURE_MACOSX_DEPLOYMENT_TARGET
445-
@@ -4061,6 +4064,9 @@
446-
PKG_CONFIG=""
447-
fi
448-
fi
449-
+if test -z "$PKG_CONFIG"; then
450-
+ as_fn_error $? "pkg-config not found" "$LINENO" 5
451-
+fi
452-
;; #(
453-
no) :
454-
455435
@@ -4100,6 +4106,15 @@
456436
*-apple-ios*)
457437
ac_sys_system=iOS

0 commit comments

Comments
 (0)