mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Use AS_HELP_STRING instead of the obsolete AC_HELP_STRING macro
AC_HELP_STRING has been obsolete since at least Autoconf 2.53, which was released in 2003.
This commit is contained in:
@@ -22,10 +22,7 @@ SSDEEP_DISPLAY=""
|
||||
|
||||
AC_ARG_WITH(
|
||||
ssdeep,
|
||||
AC_HELP_STRING(
|
||||
[--with-ssdeep=PATH],
|
||||
[Path to ssdeep prefix]
|
||||
)
|
||||
[AS_HELP_STRING([--with-ssdeep=PATH],[Path to ssdeep prefix])]
|
||||
)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user