From e87d808594e48a4c80d201d07fb86fbb9548409e Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 22 Mar 2017 21:59:43 +0000 Subject: Remove coverage and profile flags. --- configure.ac | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 34c2b896..db0baf1a 100644 --- a/configure.ac +++ b/configure.ac @@ -42,20 +42,6 @@ AC_ARG_ENABLE( ) AM_CONDITIONAL(IS_DEBUG, test "x$enable_debug" = xyes) -# Is this --enable-coverage? -AC_ARG_ENABLE( - coverage, - AC_HELP_STRING(--enable-coverage, enable coverage build flags) -) -AM_CONDITIONAL(IS_COVERAGE, test "x$enable_coverage" = xyes) - -# Is this --enable-profile? -AC_ARG_ENABLE( - profile, - AC_HELP_STRING(--enable-profile, enable profile build flags) -) -AM_CONDITIONAL(IS_PROFILE, test "x$enable_profile" = xyes) - # Is this a static build? AC_ARG_ENABLE( static, -- cgit