]> andersk Git - gssapi-openssh.git/commitdiff
o Update LD_LIBRARY_PATH usage so that we should be compliant with
authorcphillip <cphillip>
Fri, 3 May 2002 17:55:53 +0000 (17:55 +0000)
committercphillip <cphillip>
Fri, 3 May 2002 17:55:53 +0000 (17:55 +0000)
      /bin/sh.
  o Print out a 'yes' always when we print out our configure message for
      compensating with LD_LIBRARY_PATH.

openssh/configure.ac

index a85c3b80a03e8787b611ca0e5aaebb2026991441..7b7ff2c45a40cf629e14d044edf93ed9c013e8db 100644 (file)
@@ -536,12 +536,13 @@ if test "x$gsi_path" != "xno" ; then
         #
 
         AC_MSG_CHECKING(whether to compensate linking with LD_LIBRARY_PATH)
-        AC_MSG_RESULT()
+        AC_MSG_RESULT(yes)
 
         if test "x${LD_LIBRARY_PATH}" != "x" ; then
             LD_LIBRARY_PATH="$LD_LIBRARY_PATH:"
         fi
-        export LD_LIBRARY_PATH="$LD_LIBRARY_PATH${globus_lib_dir}"
+        LD_LIBRARY_PATH="$LD_LIBRARY_PATH${globus_lib_dir}"
+        export LD_LIBRARY_PATH
 # End Globus/GSI section
 fi
 
This page took 0.054039 seconds and 5 git commands to generate.