configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds if you want to work against glib 2.2...

Original commit message from CVS:
* configure.ac:
remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
if you want to work against glib 2.2 and 2.4
This commit is contained in:
Benjamin Otte 2004-05-19 15:26:27 +00:00
parent 9928962428
commit cb27762fa2
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2004-05-19 Benjamin Otte <in7y118@public.uni-hamburg.de>
* configure.ac:
remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
if you want to work against glib 2.2 and 2.4
2004-05-19 Thomas Vander Stichele <thomas at apestaart dot org>
* gst/tcp/Makefile.am:

View file

@ -66,7 +66,6 @@ if test "x$GST_WALL" = "xyes"; then
if test "x$GST_CVS" = "xyes"; then
AS_COMPILER_FLAG(-Werror,GST_ERROR="$GST_ERROR -Werror",GST_ERROR="$GST_ERROR")
GST_ERROR="$GST_ERROR -DG_DISABLE_DEPRECATED"
fi
fi