summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-06-19 01:16:47 +0000
committerDavid Schleef <ds@schleef.org>2003-06-19 01:16:47 +0000
commit49b67b2017326c97bc367a9d80b0e1cb4c5ef770 (patch)
treea75fda2d2949f5ce384fd20e3ac04d2ac5e7e482
parente1388bddd04119bad81130b81f400d6a434b8765 (diff)
downloadgstreamer-plugins-bad-49b67b2017326c97bc367a9d80b0e1cb4c5ef770.tar.gz
Fix errors properly, don't cover them up, please
Original commit message from CVS: Fix errors properly, don't cover them up, please
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 0c6bd7ea8..22929d760 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,8 +14,6 @@ dnl when going to/from release please set the nano (fourth number) right !
dnl releases only do Wall, cvs and prerelease does Werror too
AS_VERSION(gst-plugins, GST_PLUGINS_VERSION, 0, 6, 2, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
-dnl fix errors properly then remove this again
-GST_ERROR=
dnl our libraries and install dirs use major.minor as a version
GST_MAJORMINOR=$GST_PLUGINS_VERSION_MAJOR.$GST_PLUGINS_VERSION_MINOR