1
0
Fork 0

- removed IDN2_NO_ALABEL_ROUNDTRIP from grovel file for libidn2 (see previous commit message).

This commit is contained in:
cage 2021-01-03 20:24:28 +01:00
parent ad10c2517d
commit e9b7a45214
1 changed files with 5 additions and 2 deletions

View File

@ -43,5 +43,8 @@
((:nontransitional "IDN2_NONTRANSITIONAL"))
((:allow-unassigned "IDN2_ALLOW_UNASSIGNED"))
((:use-std3-ascii-rules "IDN2_USE_STD3_ASCII_RULES"))
((:no-tr46 "IDN2_NO_TR46"))
((:no-alabel-roundtrip "IDN2_NO_ALABEL_ROUNDTRIP")))
((:no-tr46 "IDN2_NO_TR46")))
;;; this value does not exists for old version of the library, removing
;;; to allow compilation on old system
;; ((:no-alabel-roundtrip "IDN2_NO_ALABEL_ROUNDTRIP")))