mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-26 09:30:04 +01:00
Remove another unused AC_DEFINE
Nothing was using the HAVE_GCOV define.
This commit is contained in:
parent
7cc9e10cce
commit
643ad9f6c3
@ -2708,8 +2708,6 @@ if test "x$use_gcov" = "xyes"; then
|
|||||||
AC_MSG_ERROR([Could not find genhtml from the LTP package])
|
AC_MSG_ERROR([Could not find genhtml from the LTP package])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_DEFINE(HAVE_GCOV, 1, [Whether you have gcov])
|
|
||||||
|
|
||||||
dnl Remove all optimization flags from CFLAGS
|
dnl Remove all optimization flags from CFLAGS
|
||||||
changequote({,})
|
changequote({,})
|
||||||
CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'`
|
CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user