Skip to content

Commit 5ee095e

Browse files
simmelfrozencemetery
authored andcommitted
Mention the env var not the Python var
When logging the error mention which environment variable to use to disable detection. This also matches GSSAPI_MAIN_LIB.
1 parent a8708fa commit 5ee095e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def get_output(*args, **kwargs):
195195
if main_lib is None:
196196
raise Exception("Could not find main GSSAPI shared library. Please "
197197
"try setting GSSAPI_MAIN_LIB yourself or setting "
198-
"ENABLE_SUPPORT_DETECTION to 'false'")
198+
"GSSAPI_SUPPORT_DETECT to 'false'")
199199

200200
GSSAPI_LIB = ctypes.CDLL(os.path.join(main_path, main_lib))
201201

0 commit comments

Comments
 (0)