diff options
author | Benjamin Otte <otte@gnome.org> | 2004-05-19 15:26:27 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2004-05-19 15:26:27 +0000 |
commit | 36fee19c5f8a9b1d712873ae1033234422629d44 (patch) | |
tree | 33dcb39ee67279366b95efcd91c74ac67cb68b64 /configure.ac | |
parent | 03b02be73d5b63f5bd73bf75d0e9f79f6e5ccb89 (diff) |
configure.ac: remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds if you want to work against glib 2.2...
Original commit message from CVS:
* configure.ac:
remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
if you want to work against glib 2.2 and 2.4
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ee312d3d..4b1a88b2 100644 --- a/configure.ac +++ b/configure.ac @@ -66,7 +66,6 @@ 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 |