forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6fc3a13
committed
unaccent: Tweak value of PYTHON when building without Python support
As coded, the module's Makefile would fail to set a value for PYTHON asit checked if the variable is defined. When compiling without--with-python, PYTHON is defined and set to an empty value, so theexisting check is not able to do its work.This commit switches the rule to check if the value is empty rather thandefined, allowing the generation of unaccent.rules even if --with-pythonis not used as long as "python" exists. BISON and FLEX do the same inpgxs.mk, for instance.Thinko inf85a485.Author: Japin LiDiscussion:https://postgr.es/m/MEYP282MB1669F86C0DC7B4DC48489CB0B6C3A@MEYP282MB1669.AUSP282.PROD.OUTLOOK.COMBackpatch-through: 131 parent3aa021b commit6fc3a13
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
|
0 commit comments
Comments
(0)