File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 33
33
# and this notice are preserved. This file is offered as-is, without any
34
34
# warranty.
35
35
36
- # serial 26
36
+ # serial 27
37
37
38
38
AC_DEFUN ( [ AX_BOOST_BASE ] ,
39
39
[
@@ -96,7 +96,7 @@ if test "x$want_boost" = "xyes"; then
96
96
libsubdirs="lib64 libx32 lib lib64"
97
97
;;
98
98
ppc64|s390x|sparc64|aarch64|ppc64le)
99
- libsubdirs="lib64 lib lib64 ppc64le "
99
+ libsubdirs="lib64 lib lib64"
100
100
;;
101
101
esac
102
102
Original file line number Diff line number Diff line change 589
589
590
590
if test x$use_boost = xyes; then
591
591
592
+ dnl Minimum required Boost version
593
+ define ( MINIMUM_REQUIRED_BOOST , 1.47.0 )
594
+
592
595
dnl Check for boost libs
593
- AX_BOOST_BASE
596
+ AX_BOOST_BASE ( [ MINIMUM_REQUIRED_BOOST ] )
594
597
AX_BOOST_SYSTEM
595
598
AX_BOOST_FILESYSTEM
596
599
AX_BOOST_PROGRAM_OPTIONS
You can’t perform that action at this time.
0 commit comments