Diff for /xfs-cmds/xfsprogs/aclocal.m4 between versions 1.24 and 1.25

version 1.24, 2006/08/04 13:40:31 version 1.25, 2007/03/09 05:16:22
Line 307  AC_DEFUN([AC_TYPE_PSUNSIGNED], Line 307  AC_DEFUN([AC_TYPE_PSUNSIGNED],
   ])    ])
   
 #   # 
   # Check if we have a type for __u32
   # 
   AC_DEFUN([AC_TYPE_U32],
     [ AC_MSG_CHECKING([for __u32 ])
       AC_TRY_COMPILE([
   #include <asm/types.h>
   #include <stdlib.h>
   #include <stddef.h>
       ], [
            __u32  u32;
       ], AC_DEFINE(HAVE___U32_T) AC_MSG_RESULT(yes) , AC_MSG_RESULT(no))
     ])
   
   # 
 # Check type sizes  # Check type sizes
 #   # 
 AC_DEFUN([AC_SIZEOF_POINTERS_AND_LONG],  AC_DEFUN([AC_SIZEOF_POINTERS_AND_LONG],

Removed from v.1.24  
changed lines
  Added in v.1.25


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>