Fix build error with WITHOUT_SSL.

Reported by:	kris
This commit is contained in:
MANTANI Nobutaka 2006-01-30 16:25:29 +00:00
parent e1ed2e8e9c
commit 655463407e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154837

View File

@ -39,7 +39,7 @@ DOCS= FAQ.html HISTORY MANUAL.html README \
.if !defined(WITHOUT_SSL) && (exists(/usr/lib/libcrypto.so) || exists(${LOCALBASE}/lib/libcrypto.so))
USE_OPENSSL= yes
.else
CONFIGURE_ARGS+= --without-ssl
CONFIGURE_ARGS+= --without-ssl --disable-digest-auth
.endif
.if defined(M17N)