1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

configure.in: Advertise smb2.c to be included in ELinks 0.12.0.

Should have been in commit af82ab8af7.
Related to commit a5656701ef in ELinks 0.12.GIT.
This commit is contained in:
Kalle Olavi Niemitalo 2007-05-02 01:05:44 +03:00 committed by Kalle Olavi Niemitalo
parent 6e755f0a2f
commit d580626a3c

View File

@ -1128,7 +1128,7 @@ EL_ARG_ENABLE(CONFIG_NNTP, nntp, [NNTP protocol],
dnl Force disable SMB before EL_ARG_DEPEND so that it logs the correct value.
if test "${enable_smb-no}" != no || test "${CONFIG_SMB-no}" != no; then
AC_MSG_WARN([Forcing --disable-smb because of vulnerability CVE-2006-5925.
If you want to use SMB, please vote for bug 844 or post a patch.])
If you want to use SMB, please wait for ELinks 0.12.0 or see bug 844.])
fi
enable_smb=no
CONFIG_SMB=no