diff --git a/ChangeLog b/ChangeLog index c8f10b92c4..2b5ce2f9af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-19 Benjamin Otte + + * 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 * gst/tcp/Makefile.am: diff --git a/configure.ac b/configure.ac index ee312d3dd7..4b1a88b288 100644 --- a/configure.ac +++ b/configure.ac @@ -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