From 09fe2551f1120320741324109b6d1b7d4a06db42 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Mon, 17 Nov 2003 23:46:42 +0000 Subject: [PATCH] -DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not out fault (gtk-doc. See bug #127028) Original commit message from CVS: -DG_DISABLE_DEPRECATED was fun, but causes difficult build problems that are not out fault (gtk-doc. See bug #127028) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 92ea0f0..5f34cb1 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ dnl decide on error flags AS_COMPILER_FLAG(-Wall,GST_ERROR="$GST_ERROR -Wall",GST_ERROR="$GST_ERROR") 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" + GST_ERROR="$GST_ERROR" fi dnl We disable static building for development, for time savings -- 2.7.4