@@ -229,10 +229,10 @@ index c34101e..4df5c6e 100644
229
229
VENV_LANDMARK = 'pyvenv.cfg'
230
230
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
231
231
diff --git a/configure b/configure
232
- index aa88c74..2df2e6a 100755
232
+ index 61ee51c..a2f796a 100755
233
233
--- a/configure
234
234
+++ b/configure
235
- @@ -26114 ,11 +26114 ,11 @@ fi
235
+ @@ -26128 ,11 +26128 ,11 @@ fi
236
236
237
237
238
238
@@ -246,7 +246,7 @@ index aa88c74..2df2e6a 100755
246
246
247
247
PLATLIBDIR="lib"
248
248
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
249
- @@ -26137 ,7 +26137 ,7 @@ then
249
+ @@ -26151 ,7 +26151 ,7 @@ then
250
250
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
251
251
printf "%s\n" "yes" >&6; }
252
252
PLATLIBDIR="$withval"
@@ -255,7 +255,7 @@ index aa88c74..2df2e6a 100755
255
255
else
256
256
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
257
257
printf "%s\n" "no" >&6; }
258
- @@ -26152 ,9 +26152 ,9 @@ fi
258
+ @@ -26166 ,9 +26166 ,9 @@ fi
259
259
260
260
261
261
if test x$PLATFORM_TRIPLET = x; then
@@ -268,10 +268,10 @@ index aa88c74..2df2e6a 100755
268
268
269
269
270
270
diff --git a/configure.ac b/configure.ac
271
- index 9e131ed..01dcdab 100644
271
+ index 172e8a1..3021608 100644
272
272
--- a/configure.ac
273
273
+++ b/configure.ac
274
- @@ -6214 ,11 +6214 ,11 @@ fi
274
+ @@ -6228 ,11 +6228 ,11 @@ fi
275
275
276
276
277
277
AC_SUBST([BINLIBDEST])
@@ -285,7 +285,7 @@ index 9e131ed..01dcdab 100644
285
285
AC_SUBST([PLATLIBDIR])
286
286
PLATLIBDIR="lib"
287
287
AC_MSG_CHECKING([for --with-platlibdir])
288
- @@ -6237 ,7 +6237 ,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
288
+ @@ -6251 ,7 +6251 ,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
289
289
then
290
290
AC_MSG_RESULT([yes])
291
291
PLATLIBDIR="$withval"
@@ -294,7 +294,7 @@ index 9e131ed..01dcdab 100644
294
294
else
295
295
AC_MSG_RESULT([no])
296
296
fi],
297
- @@ -6247 ,9 +6247 ,9 @@ fi],
297
+ @@ -6261 ,9 +6261 ,9 @@ fi],
298
298
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
299
299
AC_SUBST([PY_ENABLE_SHARED])
300
300
if test x$PLATFORM_TRIPLET = x; then
0 commit comments