From 729a52ce3a79c1edd4d72334660a5dd80998b3ef Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH] configure.ac: Use new name for `AX_C_LONG_LONG'. The correct name is in wheezy's version of the Autoconf archive, so I guess it's not that new really. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 86f7944a..8b6ca53d 100644 --- a/configure.ac +++ b/configure.ac @@ -231,7 +231,7 @@ LIBS=$mdw_ORIG_LIBS dnl Find out whether very long integer types are available. AC_CHECK_HEADERS([stdint.h]) AC_SUBST([have_stdint_h]) -AC_C_LONG_LONG +AX_C_LONG_LONG dnl Some equipment wanted for checking CPU features at runtime. AC_CHECK_HEADERS([asm/hwcap.h]) -- 2.11.0