X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=0a5fc8c6f6f91099c3c5df10f08240e547126e0a;hb=799fdb4ed0f9443122fdb85f6f73c58cb1de12ec;hp=8821b5080af2eb3ec8cabd3ae40ee20e10c80f2e;hpb=152d70f7287c54135aa93990b462e2d34a39f500;p=git.git diff --git a/configure.ac b/configure.ac index 8821b5080..0a5fc8c6f 100644 --- a/configure.ac +++ b/configure.ac @@ -127,7 +127,7 @@ else SAVE_LDFLAGS="${LDFLAGS}" LDFLAGS="${SAVE_LDFLAGS} -Wl,-rpath,/" AC_LINK_IFELSE(AC_LANG_PROGRAM([], []), [ld_wl_rpath=yes], [ld_wl_rpath=no]) - LDFLAGS="${SAVE_LD_FLAGS}" + LDFLAGS="${SAVE_LDFLAGS}" ]) if test "$ld_wl_rpath" = "yes"; then AC_SUBST(CC_LD_DYNPATH, [-Wl,-rpath,]) @@ -136,7 +136,7 @@ else SAVE_LDFLAGS="${LDFLAGS}" LDFLAGS="${SAVE_LDFLAGS} -rpath /" AC_LINK_IFELSE(AC_LANG_PROGRAM([], []), [ld_rpath=yes], [ld_rpath=no]) - LDFLAGS="${SAVE_LD_FLAGS}" + LDFLAGS="${SAVE_LDFLAGS}" ]) if test "$ld_rpath" = "yes"; then AC_SUBST(CC_LD_DYNPATH, [-rpath])