Browse Source

configure.ac: use spaces to indent the text in the AC_MSG_NOTICE output

master
Reece H. Dunn 11 years ago
parent
commit
e5b4b5703c
1 changed files with 9 additions and 9 deletions
  1. 9
    9
      configure.ac

+ 9
- 9
configure.ac View File

@@ -206,13 +206,13 @@ AC_MSG_NOTICE([
Compiler flags: ${CXXFLAGS}

wxWidgets: ${WX_VERSION}
pulseaudio: ${have_pulseaudio}
portaudio: ${have_portaudio}
sada: ${have_sada}
audio configuration: ${AUDIO}
Klatt: ${have_klatt}
MBROLA: ${have_mbrola}
Sonic: ${have_sonic}
Async: ${have_async}
pulseaudio: ${have_pulseaudio}
portaudio: ${have_portaudio}
sada: ${have_sada}
audio configuration: ${AUDIO}
Klatt: ${have_klatt}
MBROLA: ${have_mbrola}
Sonic: ${have_sonic}
Async: ${have_async}
])

Loading…
Cancel
Save