From: Haritha D <harithamma.d@xxxxxxx> Hello Reviewers, as an improvement, I have removed the CC_LD_DYNPATH changes because I was able to achieve the desired outcome by passing it to the make step. Signed-off-by: Haritha D <harithamma.d@xxxxxxx> --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 64569a80d53..d1a96da14eb 100644 --- a/configure.ac +++ b/configure.ac @@ -463,9 +463,6 @@ else CC_LD_DYNPATH=-Wl,+b, else CC_LD_DYNPATH= - if test "$(uname -s)" = "OS/390"; then - CC_LD_DYNPATH=-L - fi AC_MSG_WARN([linker does not support runtime path to dynamic libraries]) fi fi -- gitgitgadget