|
|
[Allow IPv4 connections on IPv6 listening sockets]) | [Allow IPv4 connections on IPv6 listening sockets]) |
fi | fi |
| |
AC_ARG_ENABLE(exception-hook,APACHE_HELP_STRING(--enable-exception-hook,Enable fatal exception hook), |
AC_ARG_ENABLE(exception-hook,APACHE_HELP_STRING(--enable-exception-hook,Enable fatal exception hook)) |
[ |
if test "$enable_exception_hook" = "yes"; then |
AC_DEFINE(AP_ENABLE_EXCEPTION_HOOK, 1, | AC_DEFINE(AP_ENABLE_EXCEPTION_HOOK, 1, |
[Allow modules to run hook after a fatal exception]) | [Allow modules to run hook after a fatal exception]) |
])dnl |
fi |
| |
AC_ARG_ENABLE(maintainer-mode,APACHE_HELP_STRING(--enable-maintainer-mode,Turn on debugging and compile time warnings), |
AC_ARG_ENABLE(maintainer-mode,APACHE_HELP_STRING(--enable-maintainer-mode,Turn on debugging and compile time warnings)) |
[ |
if test "$enable_maintainer_mode" = "yes"; then |
APR_ADDTO(CPPFLAGS, -DAP_DEBUG) | APR_ADDTO(CPPFLAGS, -DAP_DEBUG) |
])dnl |
fi |
| |
dnl Conditionally enable PIE support for GNU toolchains. | dnl Conditionally enable PIE support for GNU toolchains. |
AC_ARG_ENABLE(pie,APACHE_HELP_STRING(--enable-pie,Build httpd as a Position Independent Executable)) | AC_ARG_ENABLE(pie,APACHE_HELP_STRING(--enable-pie,Build httpd as a Position Independent Executable)) |