From e2dec4b2f5bb742d27e3ea9f95c4da6037b3e64b Mon Sep 17 00:00:00 2001 From: jbasney Date: Thu, 22 Jan 2004 20:30:17 +0000 Subject: [PATCH] make --with-globus optional if --with-globus-static is specified --- openssh/configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openssh/configure.ac b/openssh/configure.ac index 1a0dbd0..cc95984 100644 --- a/openssh/configure.ac +++ b/openssh/configure.ac @@ -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 ] ) -- 2.45.2