Changeset 156 for trunk/aclocal.m4


Ignore:
Timestamp:
Jan 13, 2008, 7:25:06 PM (17 years ago)
Author:
katerina
Message:

Put result vector of rng in skey struct, fix HP-UX compile error.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/aclocal.m4

    r153 r156  
    250250    sh_cv_typedef_foo=`echo sh_cv_typedef_$1 | sed -e 's% %_%g'`
    251251    AC_CACHE_VAL( $sh_cv_typedef_foo,
    252     [AC_TRY_COMPILE([#include <stdlib.h>
    253     #include <sys/types.h>], [
     252    [AC_TRY_COMPILE([
     253#include <stdlib.h>
     254#include <sys/types.h>
     255#ifdef HAVE_STDINT_H
     256#include <stdint.h>
     257#endif
     258#ifdef HAVE_INTTYPES_H
     259#include <inttypes.h>
     260#endif], [
    254261    #undef $1
    255262    int a = sizeof($1);
Note: See TracChangeset for help on using the changeset viewer.