From d41a2de46fa2bd460b102f4a2cc479fc47c80a7d Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Tue, 26 Mar 2002 10:19:06 +0000 Subject: [PATCH] Remove setting of rexxtrans_lib_name --- common/accommon.m4 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/accommon.m4 b/common/accommon.m4 index f14df396..2b9c782e 100644 --- a/common/accommon.m4 +++ b/common/accommon.m4 @@ -211,11 +211,6 @@ dnl for mh_ext in lib${rexx_l}.a lib${rexx_l}.so lib${rexx_l}.sl ${rexx_l}.lib lib${rexx_l}.dylib; do if test -r $ac_dir/$mh_ext; then mh_rexx_lib_dir=$ac_dir - if test "$with_rexxtrans" = yes; then - rexxtrans_lib_name="$ac_dir/$mh_ext" - else - rexxtrans_lib_name="." - fi break 2 fi done