Changeset 2332 for trunk/m4/ax_boost_base.m4
- Timestamp:
- Oct 15, 2010, 2:15:09 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/m4/ax_boost_base.m4
r2326 r2332 34 34 # warranty. 35 35 36 #serial 1 736 #serial 18 37 37 38 38 AC_DEFUN([AX_BOOST_BASE], … … 99 99 dnl or if you install boost with RPM 100 100 if test "$ac_boost_path" != ""; then 101 BOOST_LDFLAGS="-L$ac_boost_path/$libsubdir"102 101 BOOST_CPPFLAGS="-I$ac_boost_path/include" 102 for ac_boost_path_tmp in $libsubdirs; do 103 if test -d "$ac_boost_path"/"$ac_boost_path_tmp" ; then 104 BOOST_LDFLAGS="-L$ac_boost_path/$ac_boost_path_tmp" 105 break 106 fi 107 done 103 108 elif test "$cross_compiling" != yes; then 104 109 for ac_boost_path_tmp in /usr /usr/local /opt /opt/local ; do
Note: See TracChangeset
for help on using the changeset viewer.