Lines 1-6
Link Here
|
1 |
--- configure.orig Wed Jun 4 00:25:16 2003 |
1 |
--- configure.orig Mon Jul 7 00:56:59 2003 |
2 |
+++ configure Wed Jun 4 00:25:11 2003 |
2 |
+++ configure Sun Aug 10 18:45:41 2003 |
3 |
@@ -7766,6 +7766,7 @@ |
3 |
@@ -7767,6 +7767,7 @@ |
4 |
|
4 |
|
5 |
# This can be used to rebuild libtool when needed |
5 |
# This can be used to rebuild libtool when needed |
6 |
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
6 |
LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" |
Lines 8-19
Link Here
|
8 |
|
8 |
|
9 |
# Always use our own libtool. |
9 |
# Always use our own libtool. |
10 |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
10 |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
11 |
@@ -10311,7 +10312,7 @@ |
|
|
12 |
*(c+0)=1; *(c+1)=2; |
13 |
*(c+2)=3; *(c+3)=4; |
14 |
|
15 |
- if(tst==0x01020304) return 0; |
16 |
+ if(tst==0x01020304 || tst==0x0102030400000000) return 0; |
17 |
else |
18 |
return 1; |
19 |
} |