Changeset 1588 for branches/GNU/src/gcc/fastjar/acinclude.m4
- Timestamp:
- Nov 3, 2004, 6:47:21 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc/fastjar/acinclude.m4
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1587 r1588 2 2 dnl Host type sizes probe. 3 3 dnl By Kaveh R. Ghazi. One typo fixed since. 4 dnl Modified to return a size of 0 if type doesn't exist 4 5 dnl 5 6 AC_DEFUN([gcc_AC_COMPILE_CHECK_SIZEOF], … … 21 22 ]) 22 23 if test x$AC_CV_NAME = x ; then 23 AC_ MSG_ERROR([cannot determine a size for $1])24 AC_CV_NAME=0 24 25 fi 25 26 AC_MSG_RESULT($AC_CV_NAME) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.