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:
parent
8e9648a972
commit
ec0347c018
@ -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
|
||||
|
@ -57,7 +57,7 @@ const char* (compiled_features[]) =
|
||||
"-nls",
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_NTLM
|
||||
#ifdef ENABLE_NTLM
|
||||
"+ntlm",
|
||||
#else
|
||||
"-ntlm",
|
||||
|
Loading…
Reference in New Issue
Block a user