Browse Source

Refer to C99 instead of C11 in the configure summary output.

master
Reece H. Dunn 9 years ago
parent
commit
960e075b8a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      configure.ac

+ 2
- 2
configure.ac View File

@@ -315,8 +315,8 @@ AC_MSG_NOTICE([

Source code location: ${srcdir}

C11 Compiler: ${CC}
C11 Compiler flags: ${CFLAGS}
C99 Compiler: ${CC}
C99 Compiler flags: ${CFLAGS}

pulseaudio: ${have_pulseaudio}
portaudio: ${have_portaudio}

Loading…
Cancel
Save