]> andersk Git - gssapi-openssh.git/commitdiff
Fix typo. http://bugzilla.ncsa.uiuc.edu/show_bug.cgi?id=374
authorbasney <basney>
Thu, 4 Oct 2007 14:38:03 +0000 (14:38 +0000)
committerbasney <basney>
Thu, 4 Oct 2007 14:38:03 +0000 (14:38 +0000)
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.047152 seconds and 5 git commands to generate.