From 96b6f2f6f2e2eba32055ed2c7e6bfd08180c5eb4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 3 Nov 2003 20:14:03 +0000 Subject: [PATCH] Add -DG_DISABLE_DEPRECATED to $GST_ERROR Original commit message from CVS: Add -DG_DISABLE_DEPRECATED to $GST_ERROR --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index be345ac..30dcfc0 100644 --- a/configure.ac +++ b/configure.ac @@ -54,6 +54,7 @@ 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 -- 2.7.4