]> andersk Git - gssapi-openssh.git/blobdiff - openssh/configure.ac
Fix typo. http://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=374
[gssapi-openssh.git] / openssh / configure.ac
index 93c0488dc4c85af3e5952fc8ce718b1a4fc15ba1..8e4f6d8de6eee939b9d2e7c6396db220e925e010 100644 (file)
@@ -1192,7 +1192,7 @@ if test "x$gsi_path" != "xno" ; then
        fi
        . ./gpt_build_temp.sh
        if test -n "${need_dash_r}"; then
-               GSI_LDFLAGS="-L${gsi_path}/lib -R{gsi_path}/lib"
+               GSI_LDFLAGS="-L${gsi_path}/lib -R${gsi_path}/lib"
        else
                GSI_LDFLAGS="-L${gsi_path}/lib"
        fi
This page took 0.034074 seconds and 4 git commands to generate.