]> andersk Git - gssapi-openssh.git/commitdiff
check for existence of globus_gss_assist_map_and_authorize()
authorjbasney <jbasney>
Sun, 23 Jul 2006 21:17:15 +0000 (21:17 +0000)
committerjbasney <jbasney>
Sun, 23 Jul 2006 21:17:15 +0000 (21:17 +0000)
openssh/configure.ac

index 3db1158469917e48cf9d7b5d6409c8bcbdf339c0..3c9da33491d9d6f8bd5128f96c1e8226fc784eeb 100644 (file)
@@ -1111,6 +1111,7 @@ if test "x$gsi_path" != "xno" ; then
                        AC_MSG_ERROR(link with Globus libraries failed)
                ]
        )
+    AC_CHECK_FUNCS(globus_gss_assist_map_and_authorize)
        INSTALL_GSISSH="yes"
 else
        INSTALL_GSISSH=""
This page took 0.058523 seconds and 5 git commands to generate.