diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-23 09:41:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-09-23 09:41:55 +0000 |
commit | 2305fd2a1b3a542524c8243a693210ad47049cd0 (patch) | |
tree | 649958e925ce331a7f8f8f44153cd1c61c01126e /configure.ac | |
parent | f3ed05f4e394687d53c2e0b54eaa3cf73a4df167 (diff) | |
download | gst-plugins-bad-2305fd2a1b3a542524c8243a693210ad47049cd0.tar.gz gst-plugins-bad-2305fd2a1b3a542524c8243a693210ad47049cd0.tar.bz2 gst-plugins-bad-2305fd2a1b3a542524c8243a693210ad47049cd0.zip |
final backport
Original commit message from CVS:
final backport
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c4fbd1c7..adfdcf35 100644 --- a/configure.ac +++ b/configure.ac @@ -913,7 +913,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) |