From d6fcd3efaec840395bdf8ec9190ce001d491d2f1 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Fri, 21 Feb 2003 17:54:37 +0000 Subject: [PATCH] replace ENABLE_UTF8 with WITH_UTF8 PR: 48521 Submitted by: Dominic Mitchell --- devel/pcre/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index 6da061e67e23..7928af17aab2 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -22,7 +22,7 @@ COMMENT= Perl Compatible Regular Expressions library GNU_CONFIGURE= yes INSTALLS_SHLIB= yes -.if defined(ENABLE_UTF8) +.if defined(WITH_UTF8) CONFIGURE_ARGS+= --enable-utf8 .endif