diff options
Diffstat (limited to 'binutils/configure.ac')
-rw-r--r-- | binutils/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.ac b/binutils/configure.ac index ac3e418..19c5d7d 100644 --- a/binutils/configure.ac +++ b/binutils/configure.ac @@ -292,7 +292,7 @@ BFD_BINARY_FOPEN # Support for the msgpack C library. AC_ARG_WITH([msgpack], - AC_HELP_STRING([--with-msgpack], [Enable msgpack support (auto/yes/no)]), + AS_HELP_STRING([--with-msgpack], [Enable msgpack support (auto/yes/no)]), [], [with_msgpack=auto]) |