Fixed compat issue with automake >= 1.12

This commit is contained in:
Breno Silva 2013-01-02 00:22:38 -04:00
parent 973bfae335
commit f6bf1a2b92

View File

@ -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])