File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -379,16 +379,6 @@ diff -ur Python-3.14.0a6-orig/aclocal.m4 Python-3.14.0a6/aclocal.m4
379
379
AC_DEFUN([PKG_PROG_PKG_CONFIG],
380
380
[m4_pattern_forbid([^_?PKG_[A-Z_]+$])
381
381
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
-
392
382
@@ -744,7 +761,7 @@
393
383
394
384
# AM_CONDITIONAL -*- Autoconf -*-
@@ -442,16 +432,6 @@ diff -ur Python-3.14.0a6-orig/configure Python-3.14.0a6/configure
442
432
IPHONEOS_DEPLOYMENT_TARGET
443
433
EXPORT_MACOSX_DEPLOYMENT_TARGET
444
434
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
-
455
435
@@ -4100,6 +4106,15 @@
456
436
*-apple-ios*)
457
437
ac_sys_system=iOS
You can’t perform that action at this time.
0 commit comments