$NetBSD: patch-aa,v 1.2 2007/01/13 23:36:28 wiz Exp $ --- configure.orig 2003-10-12 18:54:57.000000000 +0000 +++ configure @@ -7089,7 +7089,7 @@ EOF fi -x="C__seekable_stream_decoder_process_single" +x="C__stream_decoder_process_single" flcsym="FLA$x" # Check whether --enable-flac or --disable-flac was given. if test "${enable_flac+set}" = set; then @@ -7363,15 +7363,15 @@ int main (int argc, char *argv[]) } else { - printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the + printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the \ minimum version\n", $smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version); - printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is + printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is \ correct, then it is\n", major, minor, micro); printf("*** best to upgrade to the required version.\n"); - printf("*** If smpeg-config was wrong, set the environment variable + printf("*** If smpeg-config was wrong, set the environment variable \ SMPEG_CONFIG\n"); - printf("*** to point to the correct copy of smpeg-config, and remove + printf("*** to point to the correct copy of smpeg-config, and remove \ the file\n"); printf("*** config.cache before re-running configure\n"); return 1;