diff options
author | David Schleef <ds@schleef.org> | 2003-11-03 20:14:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-03 20:14:03 +0000 |
commit | b41bb066ff30a94cceefe796c33a9cb4ef179b2d (patch) | |
tree | ed11ed69055ab44c1171dfb9a9f82bd45d638ad2 | |
parent | 62c24a341971a753303828f54e52c7dae731b690 (diff) |
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
Original commit message from CVS:
Add -DG_DISABLE_DEPRECATED to $GST_ERROR
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index be345ac6..30dcfc0a 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 |