Changeset 1663 in Sophya for trunk/ArchTOIPipe/configure.in


Ignore:
Timestamp:
Oct 1, 2001, 4:01:35 PM (24 years ago)
Author:
aubourg
Message:

darwin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/configure.in

    r1477 r1663  
    2222AC_CHECK_SIZEOF(int)
    2323AC_CHECK_SIZEOF(long)
     24AC_CHECK_SIZEOF(long long)
    2425AC_CHECK_SIZEOF(float)
    2526AC_CHECK_SIZEOF(double)
     
    7071dnl Checks for header files.
    7172AC_HEADER_STDC
     73AC_CHECK_HEADERS(values.h stdint.h)
    7274
    7375outfiles="Makefile kernel/Makefile processors/Makefile pipes/Makefile"
Note: See TracChangeset for help on using the changeset viewer.