From 10f26f276c64573d59cd776f561a606e52f6f969 Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Fri, 10 Nov 2000 03:55:18 +0000 Subject: [PATCH] Require UCL 0.92. committer: mfx 973828518 +0000 --- src/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.h b/src/conf.h index ee09be16..bca513bb 100644 --- a/src/conf.h +++ b/src/conf.h @@ -104,7 +104,7 @@ #if !defined(WITH_UCL) # error "you lose" #endif -#if !defined(UCL_VERSION) || (UCL_VERSION < 0x009100L) +#if !defined(UCL_VERSION) || (UCL_VERSION < 0x009200L) # error "please upgrade your UCL installation" #endif