From 75a00588e92f9eaf54f4437358a91fd82f1ee436 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 19 Nov 2004 22:15:33 +0000 Subject: [PATCH] Use the correct name for the macro gl_AC_TYPE_LONG_LONG (not jm_AC_TYPE_LONG_LONG). --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index bd21051..dc44509 100644 --- a/configure.in +++ b/configure.in @@ -122,7 +122,7 @@ dnl Derived from gnulib's uintmax_t which was from Paul Eggert. AC_DEFUN([jy_AC_TYPE_INTMAX_T], [ if test $ac_cv_header_inttypes_h = no && test $ac_cv_header_stdint_h = no; then - AC_REQUIRE([jm_AC_TYPE_LONG_LONG]) + AC_REQUIRE([gl_AC_TYPE_LONG_LONG]) test $ac_cv_type_long_long = yes \ && ac_type='long long' \ || ac_type='long' -- 2.11.4.GIT