forked from Imagelibrary/binutils-gdb
autoupdate: replace obsolete macros AC_HELP_STRING
- AC_HELP_STRING by AS_HELP_STRING https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.72/autoconf.html#index-AC_005fHELP_005fSTRING-1 Except for the ifdef in lib-prefix.m4, make the defun of AC_LIB_ARG_WITH unconditional.
This commit is contained in:
committed by
Alan Modra
parent
89d801850a
commit
c22e3e25de
@@ -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])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user