configure: fix up GST_CXXFLAGS properly
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 16 Feb 2010 00:50:15 +0000 (00:50 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Tue, 16 Feb 2010 00:50:15 +0000 (00:50 +0000)
commit3a52d21f95a05894f366cd17395a875736716f1d
tree39c57cc8c7fa471f9d2d504afee2146857b1dc0f
parent8866c7ca8d0e5456ac5aed1eba005af2bc0708de
configure: fix up GST_CXXFLAGS properly

We don't want C specific flags in GST_CXXFLAGS, so base it on the
GST_CFLAGS that only contains the pkg-config CFLAGS but none of
the GST_OPTION_CFLAGS. Also, we only need the local includes once.
Fix typo as well (GST_FLAGS -> GST_CFLAGS).
configure.ac