mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fixed compat issue with automake >= 1.12
This commit is contained in:
parent
973bfae335
commit
f6bf1a2b92
@ -14,7 +14,8 @@ AC_CONFIG_HEADERS([apache2/modsecurity_config_auto.h])
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
AC_PREFIX_DEFAULT([/usr/local/modsecurity])
|
||||
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
AM_INIT_AUTOMAKE([-Wall foreign])
|
||||
m4_ifdef([AM_PROG_AR], [AM_PROG_AR])
|
||||
|
||||
LT_PREREQ([2.2])
|
||||
LT_INIT([dlopen])
|
||||
|
Loading…
x
Reference in New Issue
Block a user