]> andersk Git - gssapi-openssh.git/commitdiff
make --with-globus optional if --with-globus-static is specified
authorjbasney <jbasney>
Thu, 22 Jan 2004 20:30:21 +0000 (20:30 +0000)
committerjbasney <jbasney>
Thu, 22 Jan 2004 20:30:21 +0000 (20:30 +0000)
openssh/configure.ac

index f334707ed7798ca2642edc93f22733daeb9d601b..922a57b658a5125668e4c4b71966fcf9396f2a94 100644 (file)
@@ -689,6 +689,9 @@ AC_ARG_WITH(globus-static,
        [  --with-globus-static    Link statically with Globus GSI libraries],
        [
                gsi_static="-static"
+               if test "x$gsi_path" == "xno" ; then
+                       gsi_path="$withval"
+               fi
        ]
 )
 
This page took 0.155204 seconds and 5 git commands to generate.