mkvtoolnix/ac/ax_boost_others.m4

6 lines
160 B
Plaintext
Raw Normal View History

AC_DEFUN([AX_BOOST_ALGORITHM_STRING],[
AC_LANG_PUSH(C++)
AC_CHECK_HEADERS(boost/algorithm/string.hpp, , ax_cv_boost_algorithm_string=no)
AC_LANG_POP()
])