From 7d4a459bdf9c61609f8e54cc9ab487163793ff3c Mon Sep 17 00:00:00 2001 From: maintenance team Date: Wed, 16 Apr 2008 12:49:14 +0000 Subject: [PATCH] Update for install Salome libraries to lib folder instead of lib 64 on 64-bit platform --- salome_adm/unix/config_files/ac_linker_options.m4 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/salome_adm/unix/config_files/ac_linker_options.m4 b/salome_adm/unix/config_files/ac_linker_options.m4 index 9006a46fe..ec3fe668d 100644 --- a/salome_adm/unix/config_files/ac_linker_options.m4 +++ b/salome_adm/unix/config_files/ac_linker_options.m4 @@ -29,10 +29,6 @@ AC_DEFUN([AC_LINKER_OPTIONS],[ AC_CHECKING(for LIB_LOCATION_SUFFIX) LIB_LOCATION_SUFFIX="" - case "$build_cpu" in - x86_64*) LIB_LOCATION_SUFFIX="64" ;; - *) LIB_LOCATION_SUFFIX="" ;; - esac AC_SUBST(LIB_LOCATION_SUFFIX) AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX) -- 2.39.2