From 5377e375dd6e933437bac066cd86ea54880f3f73 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Dec 2019 09:57:17 +0100 Subject: xstrtoll: Assume that the compiler supports 'long long'. * lib/xstrtol.h (xstrtoll, xstrtoull): Declare unconditionally. * modules/xstrtoll (configure.ac): Don't invoke AC_TYPE_LONG_LONG_INT. --- modules/xstrtoll | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/xstrtoll') diff --git a/modules/xstrtoll b/modules/xstrtoll index ee5fa8efcf..ccff7f1acc 100644 --- a/modules/xstrtoll +++ b/modules/xstrtoll @@ -14,10 +14,6 @@ xstrtol configure.ac: AC_LIBOBJ([xstrtoll]) AC_LIBOBJ([xstrtoull]) -AC_TYPE_LONG_LONG_INT -test $ac_cv_type_long_long_int = no \ - && AC_MSG_ERROR( - [you lack long long support; required by gnulib's xstrtoll module]) Makefile.am: -- cgit v1.2.1