Skip to content

Commit 89d1fc2

Browse files
committed
gssapi: show information about disabled GSSAPI
When USE_GSSAPI=OFF, still show information about what SPNEGO is, even though it's disabled. This is for parity with other disabled features like SSH and debugpool that still show details about what is disabled.
1 parent 5625892 commit 89d1fc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Modules/SelectGSSAPI.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ IF(GSS_BACKEND)
4949
ENDIF()
5050
ELSE()
5151
SET(GIT_GSSAPI 0)
52-
ADD_FEATURE_INFO(SPNEGO NO "")
52+
ADD_FEATURE_INFO(SPNEGO NO "SPNEGO authentication support")
5353
ENDIF()

0 commit comments

Comments
 (0)