diff options
Diffstat (limited to 'contrib/ltree_plpython')
-rw-r--r-- | contrib/ltree_plpython/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/ltree_plpython/meson.build b/contrib/ltree_plpython/meson.build index acf5e4a6fc8..70d2074bbae 100644 --- a/contrib/ltree_plpython/meson.build +++ b/contrib/ltree_plpython/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + if not python3_dep.found() subdir_done() endif |