1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

HAVE_NTLM -> ENABLE_NTLM

This commit is contained in:
Micah Cowan 2008-06-13 23:13:04 -07:00
parent 8e9648a972
commit ec0347c018
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-13 Micah Cowan <micah@cowan.name>
* build_info.c: ENABLE_NTLM, not HAVE_NTLM.
2008-06-13 Madhusudan Hosaagrahara <com.gmail.hrmadhu>
* Makefile.am, main.c, init.c, init.h, build_info.c: Adds build

View File

@ -57,7 +57,7 @@ const char* (compiled_features[]) =
"-nls",
#endif
#ifdef HAVE_NTLM
#ifdef ENABLE_NTLM
"+ntlm",
#else
"-ntlm",