diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-16 09:54:28 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2003-01-16 09:54:28 +0000 |
commit | 29a8db41f839ff7a740dc5d61148b64f4557a805 (patch) | |
tree | 4a2845ffb080812baf85f25b8db710136ec146e2 | |
parent | 5a67a99e6171abe54d238d447d8dbac74d0c6a1e (diff) | |
download | gst-plugins-bad-29a8db41f839ff7a740dc5d61148b64f4557a805.tar.gz gst-plugins-bad-29a8db41f839ff7a740dc5d61148b64f4557a805.tar.bz2 gst-plugins-bad-29a8db41f839ff7a740dc5d61148b64f4557a805.zip |
build fix
Original commit message from CVS:
build fix
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 4240006d..93ac29df 100644 --- a/configure.ac +++ b/configure.ac @@ -969,7 +969,9 @@ 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 $GST_ERROR" +dnl prefer internal headers to already installed ones +GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS $GST_ERROR" + AC_SUBST(GST_LIBS) AC_SUBST(GST_CFLAGS) |