diff options
author | Benjamin Otte <otte@gnome.org> | 2002-04-06 18:15:51 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2002-04-06 18:15:51 +0000 |
commit | 18c6c04fdcc76ee66884a65c4bc7f6ce48d4398e (patch) | |
tree | 4e969ea480ebd9768faf2a275cd6a8225fbaf973 | |
parent | 49794999b3296ce2fd9466cda5471f266787c197 (diff) |
added -Werror
Original commit message from CVS:
added -Werror
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ef3818da..97863830 100644 --- a/configure.ac +++ b/configure.ac @@ -717,7 +717,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" +GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs -Wall -Werror" AC_SUBST(GST_LIBS) AC_SUBST(GST_CFLAGS) |