From ae588e50d3e5ab3ecaae5fdf21b75306ee288a09 Mon Sep 17 00:00:00 2001 From: Sergey Bolshakov Date: Sat, 15 Sep 2007 02:28:46 +0400 Subject: [PATCH] ALT norpath --- tk/unix/tcl.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tk/unix/tcl.m4 b/tk/unix/tcl.m4 index 525fde7af..db3fcc0ae 100644 --- a/tk/unix/tcl.m4 +++ b/tk/unix/tcl.m4 @@ -1398,8 +1398,8 @@ AC_DEFUN([SC_CONFIG_CFLAGS], [ esac AS_IF([test $doRpath = yes], [ - CC_SEARCH_FLAGS='"-Wl,-rpath,${LIB_RUNTIME_DIR}"']) - LD_SEARCH_FLAGS=${CC_SEARCH_FLAGS} + CC_SEARCH_FLAGS='']) + LD_SEARCH_FLAGS= AS_IF([test "`uname -m`" = "alpha"], [CFLAGS="$CFLAGS -mieee"]) AS_IF([test $do64bit = yes], [ AC_CACHE_CHECK([if compiler accepts -m64 flag], tcl_cv_cc_m64, [ -- 2.33.0