Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155974 | Differences between
and this patch

Collapse All | Expand All

(-)src5.1.4.orig/YACS_SRC_5.1.4/adm/unix/config_files/ac_linker_options.m4 (+4 lines)
Lines 24-29 Link Here
24
24
25
  AC_CHECKING(for LIB_LOCATION_SUFFIX)
25
  AC_CHECKING(for LIB_LOCATION_SUFFIX)
26
  LIB_LOCATION_SUFFIX=""
26
  LIB_LOCATION_SUFFIX=""
27
  case "$build_cpu" in
28
  x86_64*)  LIB_LOCATION_SUFFIX="64" ;;
29
  *)        LIB_LOCATION_SUFFIX="" ;;
30
  esac
27
  AC_SUBST(LIB_LOCATION_SUFFIX)
31
  AC_SUBST(LIB_LOCATION_SUFFIX)
28
  AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX)
32
  AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX)
29
33

Return to bug 155974