From 418449e8f668f41089113df80e6248578b493f89 Mon Sep 17 00:00:00 2001 From: barate Date: Fri, 15 May 2009 13:46:28 +0000 Subject: [PATCH] Merge from V5_1_main tag before_merge_20090515 --- salome_adm/unix/config_files/ac_linker_options.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salome_adm/unix/config_files/ac_linker_options.m4 b/salome_adm/unix/config_files/ac_linker_options.m4 index dd2abdbf4..580b38b24 100644 --- a/salome_adm/unix/config_files/ac_linker_options.m4 +++ b/salome_adm/unix/config_files/ac_linker_options.m4 @@ -37,6 +37,11 @@ AC_DEFUN([AC_LINKER_OPTIONS],[ done AC_SUBST(LDEXPDYNFLAGS) + for opt in "-Xlinker -enable-new-dtags" ; do + AC_CXX_OPTION($opt,LDFLAGS) + done + AC_SUBST(LDFLAGS) + dnl case $host_os in osf*) -- 2.39.2