Skip to content
Snippets Groups Projects
Commit bcc2931d authored by Jenkins2's avatar Jenkins2 Committed by Gerrit Code Review
Browse files

Merge "BuildSystem: Avoid obsolete warning with HELP_STRING on autoconf."

parents 09f339bd bc1b4f4d
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ AC_DEFUN([AST_EXT_LIB_SETUP],
# AST_OPTION_ONLY([option name], [option variable], [option description], [default value])
AC_DEFUN([AST_OPTION_ONLY],
[
AC_ARG_WITH([$1], AC_HELP_STRING([--with-$1=PATH], [use $3 in PATH]),
AC_ARG_WITH([$1], AS_HELP_STRING([--with-$1=PATH], [use $3 in PATH]),
[
case ${withval} in
n|no)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment