]> andersk Git - gssapi-openssh.git/commitdiff
pass --flavor to globus-makefile-header instead of -flavor
authorjbasney <jbasney>
Wed, 12 Nov 2003 02:43:53 +0000 (02:43 +0000)
committerjbasney <jbasney>
Wed, 12 Nov 2003 02:43:53 +0000 (02:43 +0000)
openssh/configure.ac

index 308463dc0a1cc414aac7f02adfe65576575245ea..8cc76b9f4e07c7f5e751d1100650ce9068413fa6 100644 (file)
@@ -709,10 +709,10 @@ if test "x$gsi_path" != "xno" ; then
        
        if test -x ${gsi_path}/bin/globus-makefile-header ; then
                GSI_LDFLAGS="-L${gsi_path}/lib"
-               GSI_LIBS=`${gsi_path}/bin/globus-makefile-header -flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
+               GSI_LIBS=`${gsi_path}/bin/globus-makefile-header --flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
        elif test -x ${gsi_path}/sbin/globus-makefile-header ; then
                GSI_LDFLAGS="-L${gsi_path}/lib"
-               GSI_LIBS=`${gsi_path}/sbin/globus-makefile-header -flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
+               GSI_LIBS=`${gsi_path}/sbin/globus-makefile-header --flavor=${globus_flavor_type} globus_gss_assist | perl -n -e 'if (/GLOBUS_PKG_LIBS = (.*)/){print $1;}'`
        else
                AC_MSG_ERROR(Cannot find globus-makefile-header: Globus installation is incomplete)
        fi
This page took 0.034156 seconds and 5 git commands to generate.