Ticket #13960: patch-configure

File patch-configure, 1.4 KB (added by tow@…, 16 years ago)
Line 
1--- configure.orig      2008-01-16 22:10:27.000000000 +0000
2+++ configure   2008-01-16 21:57:25.000000000 +0000
3@@ -7089,7 +7089,7 @@
4 
5 fi
6 
7-x="C__seekable_stream_decoder_process_single"
8+x="C__stream_decoder_process_single"
9 flcsym="FLA$x"
10 # Check whether --enable-flac or --disable-flac was given.
11 if test "${enable_flac+set}" = set; then
12@@ -7363,16 +7363,13 @@
13     }
14   else
15     {
16-      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
17-minimum version\n", $smpeg_major_version, $smpeg_minor_version,
18-$smpeg_micro_version);
19-      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
20-correct, then it is\n", major, minor, micro);
21+      printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the minimum version\n",
22+$smpeg_major_version, $smpeg_minor_version, $smpeg_micro_version);
23+      printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is correct, then it is\n",
24+major, minor, micro);
25       printf("*** best to upgrade to the required version.\n");
26-      printf("*** If smpeg-config was wrong, set the environment variable
27-SMPEG_CONFIG\n");
28-      printf("*** to point to the correct copy of smpeg-config, and remove
29-the file\n");
30+      printf("*** If smpeg-config was wrong, set the environment variable SMPEG_CONFIG\n");
31+      printf("*** to point to the correct copy of smpeg-config, and remove the file\n");
32       printf("*** config.cache before re-running configure\n");
33       return 1;
34     }