- Issue #24122, fix quoting for LIBPL
diff --git a/configure b/configure
index 1bb55ff..7b91f91 100755
--- a/configure
+++ b/configure
@@ -14030,7 +14030,7 @@
 $as_echo "$LDVERSION" >&6; }
 
 
-LIBPL="${prefix}/lib/python${VERSION}/config-${LDVERSION}"
+LIBPL='$(prefix)'"/lib/python${VERSION}/config-${LDVERSION}"
 
 
 # Check whether right shifting a negative integer extends the sign bit