Line 0
Link Here
|
|
|
1 |
--- configure.orig Mon Aug 20 04:22:22 2001 |
2 |
+++ configure Thu Oct 23 12:10:52 2003 |
3 |
@@ -1258,15 +1258,15 @@ |
4 |
} |
5 |
else |
6 |
{ |
7 |
- printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the |
8 |
-minimum version\n", $sdl_major_version, $sdl_minor_version, |
9 |
+ printf("\n*** 'sdl-config --version' returned %d.%d.%d, but the \ |
10 |
+minimum version\n", $sdl_major_version, $sdl_minor_version, \ |
11 |
$sdl_micro_version); |
12 |
- printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, |
13 |
+ printf("*** of SDL required is %d.%d.%d. If sdl-config is correct, \ |
14 |
then it is\n", major, minor, micro); |
15 |
printf("*** best to upgrade to the required version.\n"); |
16 |
- printf("*** If sdl-config was wrong, set the environment variable |
17 |
+ printf("*** If sdl-config was wrong, set the environment variable \ |
18 |
SDL_CONFIG\n"); |
19 |
- printf("*** to point to the correct copy of sdl-config, and remove |
20 |
+ printf("*** to point to the correct copy of sdl-config, and remove \ |
21 |
the file\n"); |
22 |
printf("*** config.cache before re-running configure\n"); |
23 |
return 1; |