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

Collapse All | Expand All

(-)a/m4/ax_boost_base.m4 (-2 / +2 lines)
Lines 33-39 Link Here
33
#   and this notice are preserved. This file is offered as-is, without any
33
#   and this notice are preserved. This file is offered as-is, without any
34
#   warranty.
34
#   warranty.
35
35
36
#serial 42
36
#serial 43
37
37
38
# example boost program (need to pass version)
38
# example boost program (need to pass version)
39
m4_define([_AX_BOOST_BASE_PROGRAM],
39
m4_define([_AX_BOOST_BASE_PROGRAM],
Lines 114-120 AC_DEFUN([_AX_BOOST_BASE_RUNDETECT],[ Link Here
114
    AS_CASE([${host_cpu}],
114
    AS_CASE([${host_cpu}],
115
      [x86_64],[libsubdirs="lib64 libx32 lib lib64"],
115
      [x86_64],[libsubdirs="lib64 libx32 lib lib64"],
116
      [ppc64|s390x|sparc64|aarch64|ppc64le],[libsubdirs="lib64 lib lib64"],
116
      [ppc64|s390x|sparc64|aarch64|ppc64le],[libsubdirs="lib64 lib lib64"],
117
      [libsubdirs="lib"],
117
      [libsubdirs="lib"]
118
    )
118
    )
119
119
120
    dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give
120
    dnl allow for real multi-arch paths e.g. /usr/lib/x86_64-linux-gnu. Give

Return to bug 653080