Lines 1-6
Link Here
|
1 |
--- configure 2002/07/02 12:33:37 1.1 |
1 |
--- configure.orig 2001-04-24 19:25:46 UTC |
2 |
+++ configure 2002/07/02 12:34:01 |
2 |
+++ configure |
3 |
@@ -1055,7 +1055,7 @@ |
3 |
@@ -58,7 +58,6 @@ ac_help="$ac_help |
|
|
4 |
# The variables have the same names as the options, with |
5 |
# dashes changed to underlines. |
6 |
build=NONE |
7 |
-cache_file=./config.cache |
8 |
exec_prefix=NONE |
9 |
host=NONE |
10 |
no_create= |
11 |
@@ -1055,7 +1054,7 @@ cat > conftest.$ac_ext << EOF |
4 |
#line 1056 "configure" |
12 |
#line 1056 "configure" |
5 |
#include "confdefs.h" |
13 |
#include "confdefs.h" |
6 |
|
14 |
|
Lines 9-16
Link Here
|
9 |
EOF |
17 |
EOF |
10 |
if { (eval echo configure:1061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
18 |
if { (eval echo configure:1061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then |
11 |
ac_cv_prog_cc_works=yes |
19 |
ac_cv_prog_cc_works=yes |
12 |
@@ -2335,6 +2335,7 @@ |
20 |
@@ -1850,7 +1849,7 @@ esac |
13 |
|
21 |
|
|
|
22 |
|
23 |
# Save cache, so that ltconfig can load it |
24 |
-cat > confcache <<\EOF |
25 |
+<<\EOF |
26 |
# This file is a shell script that caches the results of configure |
27 |
# tests run on this system so they can be shared between configure |
28 |
# scripts and configure runs. It is not useful on other systems. |
29 |
@@ -1903,8 +1902,6 @@ CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ |
30 |
LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ |
31 |
LN_S="$LN_S" NM="$NM" RANLIB="$RANLIB" \ |
32 |
DLLTOOL="$DLLTOOL" AS="$AS" OBJDUMP="$OBJDUMP" \ |
33 |
-${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ |
34 |
-$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $lt_target \ |
35 |
|| { echo "configure: error: libtool configure failed" 1>&2; exit 1; } |
36 |
|
37 |
# Reload cache, that may have been modified by ltconfig |
38 |
@@ -2335,6 +2332,7 @@ rm -f conftest* |
39 |
|
14 |
CFLAGS="$CFLAGS $SDL_CFLAGS" |
40 |
CFLAGS="$CFLAGS $SDL_CFLAGS" |
15 |
LIBS="$LIBS $SDL_LIBS" |
41 |
LIBS="$LIBS $SDL_LIBS" |
16 |
+CC="$REAL_CC" |
42 |
+CC="$REAL_CC" |