]> andersk Git - gssapi-openssh.git/commitdiff
update OPENSSH_GSSAPI_Protocol1-branch with latest from branch OPENSSH_GSSAPI_Protocol1-branch OPENSSH_GSSAPI_Protocol1_Complete
authorjbasney <jbasney>
Fri, 7 Jun 2002 20:40:03 +0000 (20:40 +0000)
committerjbasney <jbasney>
Fri, 7 Jun 2002 20:40:03 +0000 (20:40 +0000)
openssh/configure.ac

index fbccd86ae75ea7a9a3d298cdc2259b1dc885e8d0..fb6553ff0d1ae774fd13393a05aa6bae18aca008 100644 (file)
@@ -512,17 +512,7 @@ if test "x$gsi_path" != "xno" ; then
        globus_install_dir=$gsi_path
 
        if test "x$globus_install_dir" = "xyes" ; then
-               if test -n "$GLOBUS_INSTALL_PATH" ; then
-                       globus_install_dir=$GLOBUS_INSTALL_PATH
-               elif test -n "$GSI_INSTALL_PATH" ; then
-                       globus_install_dir=$GSI_INSTALL_PATH
-               elif test -d /usr/local/globus ; then
-                       globus_install_dir="/usr/local/globus"
-               elif test -d /usr/local/gsi ; then
-                       globus_install_dir="/usr/local/gsi"
-               else
-                       AC_MSG_ERROR(Cannot find Globus/GSI installation directory)
-               fi      
+                AC_MSG_ERROR(Cannot find Globus/GSI installation directory -- a path must be specified!)
        fi
        AC_MSG_RESULT($globus_install_dir)
 
@@ -552,7 +542,7 @@ if test "x$gsi_path" != "xno" ; then
                globus_dev_dir=`${dev_path_program}`
 
                if test -z "$globus_dev_dir" -o "X$globus_dev_dir" = "X<not found>" ; then
-                               AC_MSG_ERROR(Cannot find Globus/GSI development directory)
+                       AC_MSG_ERROR(Cannot find Globus/GSI development directory)
                fi
 
                if test ! -d "$globus_dev_dir" ; then
@@ -577,8 +567,7 @@ if test "x$gsi_path" != "xno" ; then
                 fi
 
                AC_MSG_RESULT($globus_flavor_type)
-               GSI_LIBS="-lglobus_gss_assist_${globus_flavor_type} -lglobus_gssapi_gsi_${globus_flavor_type}"
-               GSI_LDFLAGS="-L${globus_dev_dir}/lib"
+               GSI_LIBS="${gsi_path}/lib/libglobus_gss_assist_${globus_flavor_type}.a ${gsi_path}/lib/libglobus_gssapi_gsi_${globus_flavor_type}.a"
                GSI_CFLAGS="-I${GLOBUS_FLAVOR_TYPE_INCL_DIR}"
        fi
 
This page took 0.045555 seconds and 5 git commands to generate.