summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-04-13 21:08:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-04-13 21:08:33 +0000
commit239d8dd8f3ae3c9fa4309ad0e5d68f27b8a2106d (patch)
treee3d17fcf343b513589f80149c3c8f78c833078a2
parent3b45b8576dc752260df91966c84370a7109dee8b (diff)
downloadgstreamer-plugins-bad-239d8dd8f3ae3c9fa4309ad0e5d68f27b8a2106d.tar.gz
only do Wall
Original commit message from CVS: only do Wall
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0baf34d5f..80e442250 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,11 @@ AS_VERSION(gst-plugins, GST_PLUGINS, 0, 3, 3, 2)
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
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"
+
dnl FIXME take something else ?
AC_CONFIG_SRCDIR([gst/law/alaw.c])
AM_CONFIG_HEADER(config.h)