Changeset 1588 for branches/GNU/src/gcc/fastjar/configure
- Timestamp:
- Nov 3, 2004, 6:47:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/fastjar/configure
-
Property cvs2svn:cvs-rev
changed from
1.1.1.2
to1.1.1.3
r1587 r1588 1877 1877 1878 1878 if 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 1880 1880 fi 1881 1881 echo "$ac_t""$ac_cv_sizeof_char" 1>&6 … … 1916 1916 1917 1917 if 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 1919 1919 fi 1920 1920 echo "$ac_t""$ac_cv_sizeof_short" 1>&6 … … 1955 1955 1956 1956 if 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 1958 1958 fi 1959 1959 echo "$ac_t""$ac_cv_sizeof_int" 1>&6 … … 1994 1994 1995 1995 if 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 1997 1997 fi 1998 1998 echo "$ac_t""$ac_cv_sizeof_long" 1>&6 … … 2033 2033 2034 2034 if 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 2036 2036 fi 2037 2037 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.