configure: fix out of source dir builds
authorStefan Kost <ensonic@users.sf.net>
Sun, 4 Apr 2010 18:36:35 +0000 (21:36 +0300)
committerStefan Kost <ensonic@users.sf.net>
Sun, 4 Apr 2010 18:58:57 +0000 (21:58 +0300)
Remove non-existing gst-libs from include and library-paths'.
Fixes #614354 even more.

configure.ac

index 70debd8..8faa21b 100644 (file)
@@ -1040,8 +1040,8 @@ dnl FIXME: do we want to rename to GST_ALL_* ?
 dnl prefer internal headers to already installed ones
 dnl also add builddir include for enumtypes and marshal
 dnl add ERROR_CFLAGS, but overridable
-GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CXXFLAGS)"
-GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS \$(GST_OPTION_CFLAGS)"
+GST_CXXFLAGS="$GST_CFLAGS \$(GST_OPTION_CXXFLAGS)"
+GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
 AC_SUBST(GST_CFLAGS)
 AC_SUBST(GST_CXXFLAGS)
 AC_SUBST(GST_LIBS)