diff --git a/ac/other_features.m4 b/ac/other_features.m4 index 5d58ed4eb..15860040e 100644 --- a/ac/other_features.m4 +++ b/ac/other_features.m4 @@ -16,6 +16,10 @@ else opt_features_no="$opt_features_no\n * online update check in the GUI" fi +dnl +dnl mkvtoolnix wrapper binary +dnl + AC_ARG_ENABLE( [mkvtoolnix], AC_HELP_STRING([--enable-mkvtoolnix],[If enabled, the 'mkvtoolnix' wrapper binary will be built (default: no)]), @@ -23,4 +27,10 @@ AC_ARG_ENABLE( [BUILD_MKVTOOLNIX=no] ) +if test x"$BUILD_MKVTOOLNIX" = xyes ; then + opt_features_yes="$opt_features_yes\n * 'mkvtoolnix' wrapper binary" +else + opt_features_no="$opt_features_no\n * 'mkvtoolnix' wrapper binary" +fi + AC_SUBST(BUILD_MKVTOOLNIX)