Changeset 3105 for trunk/m4/ax_boost_base.m4
- Timestamp:
- Nov 4, 2013, 1:02:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/ax_boost_base.m4
r2724 r3105 34 34 # warranty. 35 35 36 #serial 2 036 #serial 21 37 37 38 38 AC_DEFUN([AX_BOOST_BASE], … … 92 92 libsubdirs="lib" 93 93 ax_arch=`uname -m` 94 if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o $ax_arch = sparc64; then 94 case $ax_arch in 95 x86_64|ppc64|s390x|sparc64|aarch64) 95 96 libsubdirs="lib64 lib lib64" 96 fi 97 ;; 98 esac 97 99 98 100 dnl first we check the system location for boost libraries
Note: See TracChangeset
for help on using the changeset viewer.