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

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