Put the ", " before the PortAudio item regardless of whether we have

PortAudio or not; this fixes 1174.

svn path=/trunk/; revision=19653
This commit is contained in:
Guy Harris 2006-10-21 17:48:45 +00:00
parent e26475108a
commit a08a2b5b89
1 changed files with 1 additions and 1 deletions

View File

@ -2007,8 +2007,8 @@ get_gui_compiled_info(GString *str)
{
get_epan_compiled_version_info(str);
#ifdef HAVE_LIBPORTAUDIO
g_string_append(str, ", ");
#ifdef HAVE_LIBPORTAUDIO
#ifdef PORTAUDIO_API_1
g_string_append(str, "with PortAudio <= V18");
#else /* PORTAUDIO_API_1 */