IRIX MIPSpro 7.4 C++ compiler does not tolerate inclusion of stdint.h
#***************************************************************************
# File version for 'aclocal' use. Keep it a single number.
-# serial 61
+# serial 62
dnl CURL_INCLUDES_ARPA_INET
# include <inttypes.h>
#endif
/* includes end */"
+ case $host_os in
+ irix*)
+ ac_cv_header_stdint_h="no"
+ ;;
+ esac
AC_CHECK_HEADERS(
sys/types.h stdint.h inttypes.h,
[], [], [$curl_includes_inttypes])