From e9b7a452149438c21b5a834696f54be1eda01bb1 Mon Sep 17 00:00:00 2001 From: cage Date: Sun, 3 Jan 2021 20:24:28 +0100 Subject: [PATCH] - removed IDN2_NO_ALABEL_ROUNDTRIP from grovel file for libidn2 (see previous commit message). --- src/grovel-idn.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/grovel-idn.lisp b/src/grovel-idn.lisp index 7028ed0..78b689b 100644 --- a/src/grovel-idn.lisp +++ b/src/grovel-idn.lisp @@ -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")))