Fix build with utf8 support disabled.

Reported by:	ml@sd2i.com on freebsd-ports@
Approved by:	portmgr (marcus)
This commit is contained in:
Roman Bogorodskiy 2006-03-08 17:16:52 +00:00
parent b6247c6196
commit 47e4ef5a06
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157045

View file

@ -47,7 +47,8 @@ MAN8= wzdftpd.8
.if defined(WITH_UTF8)
USE_ICONV= yes
CONFIGURE_ARGS+= --enable-utf8
.else
CONFIGURE_ARGS+= --disable-utf8
.endif
.if defined(WITH_TCL)