build: build with gssapi if detected

Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Aris Adamantiadis
2013-02-20 23:15:55 +01:00
committed by Andreas Schneider
parent b69c26ad72
commit 6c26a23cf4

View File

@@ -64,6 +64,13 @@ if (WITH_ZLIB)
)
endif (WITH_ZLIB)
if (GSSAPI_LIBS)
set(LIBSSH_LINK_LIBRARIES
${LIBSSH_LINK_LIBRARIES}
${GSSAPI_LIBS}
)
endif (GSSAPI_LIBS)
set(LIBSSH_LINK_LIBRARIES
${LIBSSH_LINK_LIBRARIES}
CACHE INTERNAL "libssh link libraries"