X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=configure.ac;h=ca151e70f3f4fdfca196a9bb671ba177e1024da8;hb=313d11786149a101118f3db1ab319ca0c7b6f113;hp=11ccebaef17b200b2e8622cf37129121bae6d771;hpb=603a841f53be1b9a0a33c539fcd55228dd0e6128;p=lilypond.git diff --git a/configure.ac b/configure.ac index 11ccebaef1..ca151e70f3 100644 --- a/configure.ac +++ b/configure.ac @@ -95,7 +95,7 @@ if test "$TEXGYRE_DIR" = "" -o "$MISSING_TEXGYRE_FILES" != ""; then if test "$FCLIST" = ""; then STEPMAKE_ADD_ENTRY(REQUIRED,'(install the fc-list utility from FontConfig, or use --with-texgyre-dir)') else - STEPMAKE_ADD_ENTRY(REQUIRED,'(make sure the fc-list utility can see them, e.g. \`sudo apt-get install fonts-texgyre\', or use --with-texgyre-dir)') + STEPMAKE_ADD_ENTRY(REQUIRED,"(make sure the fc-list utility can see them, e.g. 'sudo apt-get install fonts-texgyre', or use --with-texgyre-dir)") fi else STEPMAKE_ADD_ENTRY(REQUIRED,'(these files are missing: $MISSING_TEXGYRE_FILES)')