From 036634a6280c6c6229f8772681a724b9dc210e6d Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 19 May 2004 15:26:27 +0000 Subject: 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 --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ee312d3d..4b1a88b2 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 -- cgit v1.2.1