mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-04 08:19:27 +00:00
build system: explicitly check for the C++ preprocessor
Otherwise setting PKG_CONFIG_PATH may interfere, and CXXCPP won't be set. This in turn leads to problems detecting Boost.
This commit is contained in:
parent
568affaaf4
commit
6f7b760d34
@ -6,6 +6,7 @@ AC_PROG_CC_C_O
|
||||
AC_PROG_CPP
|
||||
SAVED_CXXFLAGS="$CXXFLAGS"
|
||||
AC_PROG_CXX
|
||||
AC_PROG_CXXCPP
|
||||
CXXFLAGS="$SAVED_CXXFLAGS"
|
||||
AC_PROG_MAKE_SET
|
||||
AC_PROG_INSTALL
|
||||
|
Loading…
Reference in New Issue
Block a user