"echo -e" is not portable (OpenSolaris with ksh)

This commit is contained in:
Moritz Bunkus 2010-03-02 16:04:01 +01:00
parent dc6ffac2cc
commit 4c7727a071

View File

@ -80,5 +80,5 @@ AC_OUTPUT(
echo ''
echo 'The mkvtoolnix configuration is complete.'
echo -e 'Optional features that are built: '"$opt_features_yes"
echo -e 'Optional features that are NOT built: '"$opt_features_no"
printf 'Optional features that are built: '"$opt_features_yes"'\n'
printf 'Optional features that are NOT built: '"$opt_features_no"'\n'