New submission from Thomas Klausner <[email protected]>:

The configure script uses the test(1) '==' operator, which is only supported by 
bash. The standard comparison operator is '='.

----------
components: Installation
messages: 410120
nosy: wiz
priority: normal
severity: normal
status: open
title: Unportable test(1) operator in configure script
type: compile error
versions: Python 3.11

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue46308>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to