mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Fix MODSEC-247
This commit is contained in:
parent
0cf21202ef
commit
6d7781754b
@ -23,6 +23,7 @@
|
||||
#include "msc_util.h"
|
||||
|
||||
#include <apr_lib.h>
|
||||
#include "modsecurity_config.h"
|
||||
|
||||
/**
|
||||
* NOTE: Be careful as these can ONLY be used on static values for X.
|
||||
|
@ -10,7 +10,7 @@ AC_INIT([modsecurity], [2.6], [support@modsecurity.org])
|
||||
|
||||
AC_CONFIG_MACRO_DIR([build])
|
||||
AC_CONFIG_SRCDIR([LICENSE])
|
||||
AC_CONFIG_HEADERS([modsecurity_config_auto.h])
|
||||
AC_CONFIG_HEADERS([apache2/modsecurity_config_auto.h])
|
||||
AC_CONFIG_AUX_DIR([build])
|
||||
AC_PREFIX_DEFAULT([/usr/local/modsecurity])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user