diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-02 08:26:58 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-10-02 08:27:00 +0200 | 
| commit | f34c15338bc07357f1a1665e2c6e8fc1eaca7eed (patch) | |
| tree | 4ac7aaab7515cce8edd665bc4036fc13309415fb /configure.ac | |
| parent | a5f80a99e0dad51c45e8511347f27d816ae92e20 (diff) | |
| download | dabmux-f34c15338bc07357f1a1665e2c6e8fc1eaca7eed.tar.gz dabmux-f34c15338bc07357f1a1665e2c6e8fc1eaca7eed.tar.bz2 dabmux-f34c15338bc07357f1a1665e2c6e8fc1eaca7eed.zip | |
Increase min boost version to v1.71 and remove boost_system
Upcoming boost version will remove boost_system
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/configure.ac b/configure.ac index 6d336b0..af370df 100644 --- a/configure.ac +++ b/configure.ac @@ -38,8 +38,7 @@ AX_CXX_COMPILE_STDCXX(17,noext,mandatory)  # Checks for libraries.  AX_PTHREAD([], AC_MSG_ERROR([requires pthread])) -AX_BOOST_BASE([1.48.0], [], AC_MSG_ERROR([BOOST 1.48 or later is required])) -AX_BOOST_SYSTEM +AX_BOOST_BASE([1.71.0], [], AC_MSG_ERROR([BOOST 1.71 or later is required]))  # Checks for header files.  AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/socket.h sys/time.h unistd.h]) | 
