summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-14 20:48:13 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-14 20:48:13 +0000
commitd63db903a93763f32090444ca99750ed4546e183 (patch)
tree309f6010ae661fdf8f3aa9f40f26c592e47aa253
parent1e4e44a64ae5bd99bc8b94ffbb01e5a53a91405e (diff)
Original commit message from CVS: more fixes
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5e651dcde..3ebe17d39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes)
dnl we'll move this to a configure option later on which will be turned on
dnl by autogen
dnl GST_ERROR="-Wall -Werror"
-GST_ERROR="-Wall"
+GST_ERROR="-Werror"
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])