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/acinclude.m4

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1587 r1588  
    22dnl Host type sizes probe.
    33dnl By Kaveh R. Ghazi.  One typo fixed since.
     4dnl Modified to return a size of 0 if type doesn't exist
    45dnl
    56AC_DEFUN([gcc_AC_COMPILE_CHECK_SIZEOF],
     
    2122])
    2223if test x$AC_CV_NAME = x ; then
    23   AC_MSG_ERROR([cannot determine a size for $1])
     24  AC_CV_NAME=0
    2425fi
    2526AC_MSG_RESULT($AC_CV_NAME)
Note: See TracChangeset for help on using the changeset viewer.