Add -DG_DISABLE_DEPRECATED to $GST_ERROR
authorDavid Schleef <ds@schleef.org>
Mon, 3 Nov 2003 20:14:03 +0000 (20:14 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 3 Nov 2003 20:14:03 +0000 (20:14 +0000)
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR

configure.ac

index be345ac..30dcfc0 100644 (file)
@@ -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