diff --git a/configure.ac b/configure.ac index 92ea0f0891..5f34cb1a47 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