]> 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 afe47d0a350507a40728a27833d3593840f4c9eb..27edfb30f85e88c47ba359f7ce03209119192d1d 100644 (file)
@@ -1172,7 +1172,7 @@ if test "x$gsi_path" != "xno" ; then
                AC_MSG_ERROR(Cannot find globus-makefile-header: Globus installation is incomplete)
        fi
        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.045061 seconds and 4 git commands to generate.