]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Update for install Salome libraries to lib folder instead of lib 64 on 64-bit platform
authormaintenance team <salome-mnt@opencascade.com>
Wed, 16 Apr 2008 12:49:14 +0000 (12:49 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 16 Apr 2008 12:49:14 +0000 (12:49 +0000)
salome_adm/unix/config_files/ac_linker_options.m4

index 9006a46fe54a09849d110c61f088cb93001fbd95..ec3fe668dd08d5af17ed2fe0e8d7b7086f372761 100644 (file)
@@ -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)