Ignore:
Timestamp:
Nov 3, 2004, 6:47:21 AM (21 years ago)
Author:
bird
Message:

GCC v3.3.5 - official sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc/fastjar/configure

    • Property cvs2svn:cvs-rev changed from 1.1.1.2 to 1.1.1.3
    r1587 r1588  
    18771877
    18781878if test x$ac_cv_sizeof_char = x ; then
    1879   { echo "configure: error: cannot determine a size for char" 1>&2; exit 1; }
     1879  ac_cv_sizeof_char=0
    18801880fi
    18811881echo "$ac_t""$ac_cv_sizeof_char" 1>&6
     
    19161916
    19171917if test x$ac_cv_sizeof_short = x ; then
    1918   { echo "configure: error: cannot determine a size for short" 1>&2; exit 1; }
     1918  ac_cv_sizeof_short=0
    19191919fi
    19201920echo "$ac_t""$ac_cv_sizeof_short" 1>&6
     
    19551955
    19561956if test x$ac_cv_sizeof_int = x ; then
    1957   { echo "configure: error: cannot determine a size for int" 1>&2; exit 1; }
     1957  ac_cv_sizeof_int=0
    19581958fi
    19591959echo "$ac_t""$ac_cv_sizeof_int" 1>&6
     
    19941994
    19951995if test x$ac_cv_sizeof_long = x ; then
    1996   { echo "configure: error: cannot determine a size for long" 1>&2; exit 1; }
     1996  ac_cv_sizeof_long=0
    19971997fi
    19981998echo "$ac_t""$ac_cv_sizeof_long" 1>&6
     
    20332033
    20342034if test x$ac_cv_sizeof_long_long = x ; then
    2035   { echo "configure: error: cannot determine a size for long long" 1>&2; exit 1; }
     2035  ac_cv_sizeof_long_long=0
    20362036fi
    20372037echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
Note: See TracChangeset for help on using the changeset viewer.