diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-22 16:20:43 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-22 16:20:43 +0000 |
commit | ac0677f8d9472b8c34c03c469b4632c47d3da968 (patch) | |
tree | 501a783ff513eb082a13f522061c52dfdd8f806a | |
parent | 7c73bba66c55ea391bf9d81189ff8a3bf84d8a3a (diff) |
simple fixBRANCH-RELEASE-0_4_1
Original commit message from CVS:
simple fix
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index b44e2c70f..f14d809ff 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AM_MAINTAINER_MODE 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, 0, 4, 0, 3, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") +AS_VERSION(gst-plugins, GST_PLUGINS, 0, 4, 1, 0, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror") AM_INIT_AUTOMAKE($PACKAGE,$VERSION) AS_LIBTOOL(GST_PLUGINS, 0, 0, 0, yes) @@ -912,7 +912,7 @@ AM_CONDITIONAL(HAVE_FIG2DEV_PNG, $HAVE_FIG2DEV_PNG) AM_CONDITIONAL(HAVE_FIG2DEV_PDF, $HAVE_FIG2DEV_PDF) AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes") -GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs -Wall -Werror" +GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs $GST_ERROR" AC_SUBST(GST_LIBS) AC_SUBST(GST_CFLAGS) |