From b13a781833399ff5726cfc997f3cb2f0acbdbf31 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 17 Nov 2014 18:52:21 +0200 Subject: Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING. --- m4/tuklib_integer.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/tuklib_integer.m4') diff --git a/m4/tuklib_integer.m4 b/m4/tuklib_integer.m4 index 5fe66eef..2ab72a2f 100644 --- a/m4/tuklib_integer.m4 +++ b/m4/tuklib_integer.m4 @@ -46,7 +46,7 @@ main(void) fi AC_MSG_CHECKING([if unaligned memory access should be used]) -AC_ARG_ENABLE([unaligned-access], AC_HELP_STRING([--enable-unaligned-access], +AC_ARG_ENABLE([unaligned-access], AS_HELP_STRING([--enable-unaligned-access], [Enable if the system supports *fast* unaligned memory access with 16-bit and 32-bit integers. By default, this is enabled only on x86, x86_64, and big endian PowerPC.]), -- cgit v1.2.3