From 643ad9f6c340fb368ccf8e09ef1f0ba88ee6dccf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 27 Dec 2011 17:45:40 -0500 Subject: [PATCH] Remove another unused AC_DEFINE Nothing was using the HAVE_GCOV define. --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index ae107b975..5662b5314 100644 --- a/configure.ac +++ b/configure.ac @@ -2708,8 +2708,6 @@ if test "x$use_gcov" = "xyes"; then AC_MSG_ERROR([Could not find genhtml from the LTP package]) fi - AC_DEFINE(HAVE_GCOV, 1, [Whether you have gcov]) - dnl Remove all optimization flags from CFLAGS changequote({,}) CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'`