meson: Use a better error message in an impossible case
authorPeter Eisentraut <[email protected]>
Thu, 29 Jun 2023 11:06:41 +0000 (13:06 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 29 Jun 2023 11:06:41 +0000 (13:06 +0200)
commit99e57663518b0eaf8fa69d20d0e796321bc8e558
treecddeb6ccb3676d743cc3aec5a8a0a946a3a8cf54
parentaf492eb6d6c90cf470c544083d3b6b3648f1bea2
meson: Use a better error message in an impossible case

Meson validates 'choice' options for us, so technically this case is
impossible. A better error message helps people reading the code
understand what is going on in that branch.

Author: Tristan Partin <[email protected]>
Discussion: https://www.postgresql.org/message-id/flat/CSPIJVUDZFKX.3KHMOAVGF94RV%40c3po
meson.build