Remove another unused AC_DEFINE
authorMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2011 22:45:40 +0000 (17:45 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 27 Dec 2011 22:45:40 +0000 (17:45 -0500)
Nothing was using the HAVE_GCOV define.

configure.ac

index ae107b9..5662b53 100644 (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'`