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
commit63993f41452a6a15b8cbf30c6caaef323a486439 (patch)
treeb3a8fb9f84ee4fe9b54463dfb64b642b1e1b0601
parent8d08cd50ebb3e0c42a0264664eb443951b40dde3 (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])