~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

Removed some type checks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
862
862
  AC_CHECK_FUNC(gtty, [], [AC_CHECK_LIB(compat, gtty)])
863
863
fi
864
864
 
865
 
AC_CHECK_TYPES([int8, uint8, int16, uint16, int32, uint32, int64, uint64,
866
 
                uchar, uint, ulong],[],[], [
867
 
#include <sys/types.h>
868
 
])
869
865
AC_CHECK_TYPES([fp_except], [], [], [
870
866
#include <sys/types.h>
871
867
#include <ieeefp.h>
993
989
DRIZZLE_CXX_BOOL
994
990
AC_CHECK_TYPES([sigset_t, off_t], [], [], [#include <sys/types.h>])
995
991
AC_CHECK_TYPES([size_t], [], [], [#include <stdio.h>])
996
 
AC_CHECK_TYPES([u_int32_t])
997
992
 
998
993
DRIZZLE_PTHREAD_YIELD
999
994