diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/configure.in b/configure.in index c8d3a740..3aff5132 100644 --- a/configure.in +++ b/configure.in @@ -2,7 +2,7 @@ dnl dnl Process this file with autoconf to produce a configure script dnl -AC_PREREQ(2.50) +AC_PREREQ(2.59) AC_INIT(export_vars.sh.in) AC_CONFIG_HEADER(include/private/apu_config.h) @@ -165,22 +165,6 @@ APU_CHECK_DBD_ODBC APU_FIND_EXPAT APU_FIND_ICONV -AC_CHECK_HEADERS( \ -sys/sdt.h -) - -AC_ARG_ENABLE(dtrace,APR_HELP_STRING(--enable-dtrace, Enable DTrace probes), -[ - enable_dtrace=$enableval -], -[ - enable_dtrace=no -]) - -if test $enable_dtrace = "yes" -a "$ac_cv_header_sys_sdt_h" = "yes"; then - APR_ADDTO(CPPFLAGS, -DAPR_DTRACE_PROVIDER) -fi - dnl Enable DSO build; must be last: APU_CHECK_UTIL_DSO |