]> andersk Git - gssapi-openssh.git/commitdiff
o Fix for variable flavors.
authorcphillip <cphillip>
Fri, 9 May 2003 02:13:42 +0000 (02:13 +0000)
committercphillip <cphillip>
Fri, 9 May 2003 02:13:42 +0000 (02:13 +0000)
openssh/configure.ac

index 217088f5f10fc7379d7cfcd357da38434cbc6c1d..1242f4132eea6daf5228518376b7e53a22efbe2d 100644 (file)
@@ -608,7 +608,7 @@ if test "x$gsi_path" != "xno" ; then
 
        AC_MSG_CHECKING(for Globus linkline)
        if test -x $GPT_LOCATION/sbin/gpt_build_config ; then
-               $GPT_LOCATION/sbin/gpt_build_config -f gcc32 -link static -src pkg_data_src.gpt
+               $GPT_LOCATION/sbin/gpt_build_config -f ${globus_flavor_type} -link static -src pkg_data_src.gpt
                . ./gpt_build_temp.sh
                GSI_LDFLAGS="-L${gsi_path}/lib"
                GSI_LIBS="$GPT_CONFIG_PGM_LINKS"
This page took 0.048494 seconds and 5 git commands to generate.