From: maintenance team Date: Wed, 16 Apr 2008 12:49:14 +0000 (+0000) Subject: Update for install Salome libraries to lib folder instead of lib 64 on 64-bit platform X-Git-Tag: V4_1_2rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7d4a459bdf9c61609f8e54cc9ab487163793ff3c;p=modules%2Fkernel.git Update for install Salome libraries to lib folder instead of lib 64 on 64-bit platform --- 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)