Lines 1-21
Link Here
|
1 |
*** configure.orig Sun Aug 22 12:11:35 1999 |
1 |
*** configure.orig Mon May 22 19:54:43 2000 |
2 |
--- configure Fri Sep 10 16:22:17 1999 |
2 |
--- configure Mon May 22 19:54:47 2000 |
3 |
*************** |
3 |
*************** |
4 |
*** 1096,1106 **** |
4 |
*** 2590,2596 **** |
5 |
|
|
|
6 |
if test "x${GCC}" = "xyes" |
7 |
then |
8 |
- case "${host}" in |
9 |
- i?86-*-linux-*) CFLAGS="-m486 -malign-double $CFLAGS";; |
10 |
- i?86-*) CFLAGS="-m486 $CFLAGS";; |
11 |
- esac |
12 |
- |
13 |
echo $ac_n "checking "for gcc strength-reduce bug"""... $ac_c" 1>&6 |
14 |
echo "configure:1106: checking "for gcc strength-reduce bug"" >&5 |
15 |
if eval "test \"`echo '$''{'ac_cv_c_gcc_strength_bug'+set}'`\" = set"; then |
16 |
--- 1096,1101 ---- |
17 |
*************** |
18 |
*** 1832,1838 **** |
19 |
# It thinks the first close brace ends the variable substitution. |
5 |
# It thinks the first close brace ends the variable substitution. |
20 |
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |
6 |
test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' |