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 | ec5e749b72f65c46cd7118f731880e03cfdb3b9b (patch) | |
tree | b63e137b6a54b9f7eb99aac0a5285577c2dd46e1 | |
parent | c2a5bb3a6afe4bb745ae6e36a0bfa48bcb422c43 (diff) | |
download | gstreamer-plugins-good-ec5e749b72f65c46cd7118f731880e03cfdb3b9b.tar.gz |
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 4240006d2..93ac29dfa 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) |