We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8708fa commit 5ee095eCopy full SHA for 5ee095e
setup.py
@@ -195,7 +195,7 @@ def get_output(*args, **kwargs):
195
if main_lib is None:
196
raise Exception("Could not find main GSSAPI shared library. Please "
197
"try setting GSSAPI_MAIN_LIB yourself or setting "
198
- "ENABLE_SUPPORT_DETECTION to 'false'")
+ "GSSAPI_SUPPORT_DETECT to 'false'")
199
200
GSSAPI_LIB = ctypes.CDLL(os.path.join(main_path, main_lib))
201
0 commit comments