diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2014-11-17 18:52:21 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2014-11-17 18:52:21 +0200 |
commit | b13a781833399ff5726cfc997f3cb2f0acbdbf31 (patch) | |
tree | e7920721b699c5a1e5bffaa3cd8320a53e92b327 /m4 | |
parent | Build: Fix Autoconf warnings about escaped backquotes. (diff) | |
download | xz-b13a781833399ff5726cfc997f3cb2f0acbdbf31.tar.xz |
Build: Replace obsolete AC_HELP_STRING with AS_HELP_STRING.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/tuklib_integer.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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.]), |