chiark / gitweb /
configure.ac: Use new name for `AX_C_LONG_LONG'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 2 Jul 2016 19:50:33 +0000 (20:50 +0100)
The correct name is in wheezy's version of the Autoconf archive, so I
guess it's not that new really.

configure.ac

index 86f7944ab51d79f7889d49f2c2378af0442c0b2a..8b6ca53da98fe25e4af4dd23fa19002c89f01fe0 100644 (file)
@@ -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])