diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5e651dcd..3ebe17d3 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]) |