21 lines
786 B
Diff
21 lines
786 B
Diff
--- m4/intmax_t.m4 2007-11-29 15:32:01.000000000 +0100
|
|
+++ m4/intmax_t.m4 2006-09-05 20:46:08.000000000 +0200
|
|
@@ -18,7 +18,7 @@
|
|
AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
|
|
AC_REQUIRE([gl_AC_HEADER_STDINT_H])
|
|
if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
|
|
- AC_REQUIRE([gl_AC_TYPE_LONG_LONG])
|
|
+ AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
|
|
test $ac_cv_type_long_long = yes \
|
|
&& ac_type='long long' \
|
|
|| ac_type='long'
|
|
@@ -51,7 +51,7 @@
|
|
AC_DEFINE(HAVE_INTMAX_T, 1,
|
|
[Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>.])
|
|
else
|
|
- AC_REQUIRE([gl_AC_TYPE_LONG_LONG])
|
|
+ AC_REQUIRE([AC_TYPE_LONG_LONG_INT])
|
|
test $ac_cv_type_long_long = yes \
|
|
&& ac_type='long long' \
|
|
|| ac_type='long'
|