summaryrefslogtreecommitdiff
path: root/source4/build/m4/check_types.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/build/m4/check_types.m4')
-rw-r--r--source4/build/m4/check_types.m410
1 files changed, 0 insertions, 10 deletions
diff --git a/source4/build/m4/check_types.m4 b/source4/build/m4/check_types.m4
index 41667bd431..5bd3722fa2 100644
--- a/source4/build/m4/check_types.m4
+++ b/source4/build/m4/check_types.m4
@@ -5,16 +5,6 @@ dnl Released under the GNU GPL
dnl -------------------------------------------------------
dnl
-dnl Add #include for broken IRIX header files
-case "$host_os" in
- *irix6*) AC_ADD_INCLUDE(<standards.h>)
- ;;
-esac
-
-AC_C_BIGENDIAN
-
-AC_HEADER_STDC
-
AC_CHECK_SIZEOF(short,cross)
AC_CHECK_SIZEOF(int,cross)
AC_CHECK_SIZEOF(long,cross)