diff options
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 6b2a4985e..ae5f1ffbb 100644 --- a/configure.ac +++ b/configure.ac @@ -3406,6 +3406,9 @@ fi if test "x$curl_spnego_msg" = "xenabled"; then SUPPORT_FEATURES="$SUPPORT_FEATURES SPNEGO" fi +if test "x$want_gss" = "xyes"; then + SUPPORT_FEATURES="$SUPPORT_FEATURES GSS-API" +fi AC_SUBST(SUPPORT_FEATURES) |