Remove another unused AC_DEFINE

Nothing was using the HAVE_GCOV define.
This commit is contained in:
Matthias Clasen 2011-12-27 17:45:40 -05:00
parent 7cc9e10cce
commit 643ad9f6c3

View File

@ -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'`